| 1234567891011121314151617181920212223242526272829 |
- /*
- This file was generated by Nickk's TextDraw editor script
- Nickk888 is the author of the NTD script
- */
- //Variables
- new Text:PublicTD[1];
- //Textdraws
- 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.");
- TextDrawFont(PublicTD[0], 1);
- TextDrawLetterSize(PublicTD[0], 0.275000, 1.449980);
- TextDrawTextSize(PublicTD[0], 303.500000, 157.500000);
- TextDrawSetOutline(PublicTD[0], 1);
- TextDrawSetShadow(PublicTD[0], 0);
- TextDrawAlignment(PublicTD[0], 2);
- TextDrawColor(PublicTD[0], -16776961);
- TextDrawBackgroundColor(PublicTD[0], 255);
- TextDrawBoxColor(PublicTD[0], 1296911751);
- TextDrawUseBox(PublicTD[0], 1);
- TextDrawSetProportional(PublicTD[0], 1);
- TextDrawSetSelectable(PublicTD[0], 0);
- //Player Textdraws
- /*Player Progress Bars
- Requires "progress2" include by Southclaws
- Download: https://github.com/Southclaws/progress2/releases */
|