SA-MP Forums Archive
Map Textdraw id - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Map Textdraw id (/showthread.php?tid=634942)



Map Textdraw id - iBots - 29.05.2017

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.


Re: Map Textdraw id - Gammix - 29.05.2017

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

You can find it here


Re: Map Textdraw id - TayFunCZE - 29.05.2017

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);