Map Textdraw id
#1

Does anybody know the id for the textdraw of the Whole map?Like the map shown in esc options as a textdraw,i have searched alot and cant find it.
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=370644

You can find it here
Reply
#3

It's maybe one of these, just found them now in a random script, you can try it.

PHP код:
Stats[0][playerid] = CreatePlayerTextDraw(playerid184.800064158.293334"samaps:map");
PlayerTextDrawLetterSize(playeridStats[0][playerid], 0.0000000.000000);
PlayerTextDrawTextSize(playeridStats[0][playerid], 249.600128178.453201);
PlayerTextDrawAlignment(playeridStats[0][playerid], 1);
PlayerTextDrawColor(playeridStats[0][playerid], -1);
PlayerTextDrawSetShadow(playeridStats[0][playerid], 0);
PlayerTextDrawSetOutline(playeridStats[0][playerid], 0);
PlayerTextDrawFont(playeridStats[0][playerid], 4);
 
Stats[1][playerid] = CreatePlayerTextDraw(playerid567.600036120.966674"models\txd:backgnd");
PlayerTextDrawLetterSize(playeridStats[1][playerid], 0.00000025.982591);
PlayerTextDrawTextSize(playeridStats[1][playerid], 136.3999930.000000);
PlayerTextDrawAlignment(playeridStats[1][playerid], 1);
PlayerTextDrawColor(playeridStats[1][playerid], 0);
PlayerTextDrawUseBox(playeridStats[1][playerid], true);
PlayerTextDrawBoxColor(playeridStats[1][playerid], 102);
PlayerTextDrawSetShadow(playeridStats[1][playerid], 0);
PlayerTextDrawSetOutline(playeridStats[1][playerid], 0);
PlayerTextDrawFont(playeridStats[1][playerid], 0); 
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)