New.pwn 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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[2];
  7. //Textdraws
  8. PublicTD[0] = TextDrawCreate(14.000000, 264.000000, "Hold Space and Press your LMB to move your furniture.");
  9. TextDrawFont(PublicTD[0], 1);
  10. TextDrawLetterSize(PublicTD[0], 0.329165, 1.750000);
  11. TextDrawTextSize(PublicTD[0], 400.000000, 17.000000);
  12. TextDrawSetOutline(PublicTD[0], 1);
  13. TextDrawSetShadow(PublicTD[0], 0);
  14. TextDrawAlignment(PublicTD[0], 1);
  15. TextDrawColor(PublicTD[0], -1);
  16. TextDrawBackgroundColor(PublicTD[0], 255);
  17. TextDrawBoxColor(PublicTD[0], 50);
  18. TextDrawUseBox(PublicTD[0], 0);
  19. TextDrawSetProportional(PublicTD[0], 1);
  20. TextDrawSetSelectable(PublicTD[0], 0);
  21. PublicTD[1] = TextDrawCreate(13.000000, 282.000000, "Press your ESC key to return the item if you're not pleased.");
  22. TextDrawFont(PublicTD[1], 1);
  23. TextDrawLetterSize(PublicTD[1], 0.300000, 1.600000);
  24. TextDrawTextSize(PublicTD[1], 400.000000, 17.000000);
  25. TextDrawSetOutline(PublicTD[1], 1);
  26. TextDrawSetShadow(PublicTD[1], 0);
  27. TextDrawAlignment(PublicTD[1], 1);
  28. TextDrawColor(PublicTD[1], -1);
  29. TextDrawBackgroundColor(PublicTD[1], 255);
  30. TextDrawBoxColor(PublicTD[1], 50);
  31. TextDrawUseBox(PublicTD[1], 0);
  32. TextDrawSetProportional(PublicTD[1], 1);
  33. TextDrawSetSelectable(PublicTD[1], 0);
  34. //Player Textdraws
  35. /*Player Progress Bars
  36. Requires "progress2" include by Southclaws
  37. Download: https://github.com/Southclaws/progress2/releases */