furniture.pwn 962 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. This file was generated by Nickk's TextDraw editor script
  3. Nickk888 is the author of the NTD script
  4. */
  5. //Variables
  6. new Text:PublicTD[1];
  7. //Textdraws
  8. PublicTD[0] = TextDrawCreate(205.000000, 347.000000, "Hold "Space" and Press your "LMB" to move your furniture. Press your "ESC" key to return the item if you're not pleased.");
  9. TextDrawFont(PublicTD[0], 1);
  10. TextDrawLetterSize(PublicTD[0], 0.275000, 1.449980);
  11. TextDrawTextSize(PublicTD[0], 303.500000, 157.500000);
  12. TextDrawSetOutline(PublicTD[0], 1);
  13. TextDrawSetShadow(PublicTD[0], 0);
  14. TextDrawAlignment(PublicTD[0], 2);
  15. TextDrawColor(PublicTD[0], -16776961);
  16. TextDrawBackgroundColor(PublicTD[0], 255);
  17. TextDrawBoxColor(PublicTD[0], 1296911751);
  18. TextDrawUseBox(PublicTD[0], 1);
  19. TextDrawSetProportional(PublicTD[0], 1);
  20. TextDrawSetSelectable(PublicTD[0], 0);
  21. //Player Textdraws
  22. /*Player Progress Bars
  23. Requires "progress2" include by Southclaws
  24. Download: https://github.com/Southclaws/progress2/releases */