Posts: 2,038
Threads: 17
Joined: Aug 2010
Reputation:
0
new Text: box[MAX_PLAYERS];
box[playerid] = TextDrawCreate(645.000000, 1000.000000,"box"); // chnge this if needed
TextDrawUseBox(box[playerid] , 1);
TextDrawFont(box[playerid] , 3);
TextDrawLetterSize(box[playerid] ,1.400000, 13.000005);
TextDrawBackgroundColor(box[playerid] ,0x000000FF);
TextDrawBoxColor(box[playerid] ,0x000000FF);
TextDrawColor(box[playerid] ,0x000000FF);
TextDrawTextSize(box[playerid] , -50.000000, 0.000000);
TextDrawShowForPlayer(playerid, box[playerid]);
TextDrawDestroy(box[playerid]);
Found this with a quick search.
Peace...
Posts: 200
Threads: 23
Joined: Dec 2007
Reputation:
0
You've got to be kidding...
SAMP provides no functions for drawing plain boxes? San Andreas supports them. I'm not talking about text boxes and drawing a load of text draw boxes every frame to make up a box is an odd way of doing things.
Posts: 2,038
Threads: 17
Joined: Aug 2010
Reputation:
0
Do your own search then.
Peace...