| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /*
- This file was generated by Nickk's TextDraw editor script
- Nickk888 is the author of the NTD script
- */
- //Variables
- new Text:PublicTD[2];
- //Textdraws
- PublicTD[0] = TextDrawCreate(14.000000, 264.000000, "Hold Space and Press your LMB to move your furniture.");
- TextDrawFont(PublicTD[0], 1);
- TextDrawLetterSize(PublicTD[0], 0.329165, 1.750000);
- TextDrawTextSize(PublicTD[0], 400.000000, 17.000000);
- TextDrawSetOutline(PublicTD[0], 1);
- TextDrawSetShadow(PublicTD[0], 0);
- TextDrawAlignment(PublicTD[0], 1);
- TextDrawColor(PublicTD[0], -1);
- TextDrawBackgroundColor(PublicTD[0], 255);
- TextDrawBoxColor(PublicTD[0], 50);
- TextDrawUseBox(PublicTD[0], 0);
- TextDrawSetProportional(PublicTD[0], 1);
- TextDrawSetSelectable(PublicTD[0], 0);
- PublicTD[1] = TextDrawCreate(13.000000, 282.000000, "Press your ESC key to return the item if you're not pleased.");
- TextDrawFont(PublicTD[1], 1);
- TextDrawLetterSize(PublicTD[1], 0.300000, 1.600000);
- TextDrawTextSize(PublicTD[1], 400.000000, 17.000000);
- TextDrawSetOutline(PublicTD[1], 1);
- TextDrawSetShadow(PublicTD[1], 0);
- TextDrawAlignment(PublicTD[1], 1);
- TextDrawColor(PublicTD[1], -1);
- TextDrawBackgroundColor(PublicTD[1], 255);
- TextDrawBoxColor(PublicTD[1], 50);
- TextDrawUseBox(PublicTD[1], 0);
- TextDrawSetProportional(PublicTD[1], 1);
- TextDrawSetSelectable(PublicTD[1], 0);
- //Player Textdraws
- /*Player Progress Bars
- Requires "progress2" include by Southclaws
- Download: https://github.com/Southclaws/progress2/releases */
|