01.05.2012, 10:08
pawn Код:
new Text:Myfirsttextdraw; // at the top of your script
Under OnGameModeInit
Myfirsttextdraw = TextDrawCreate(x,y,"Text"); // To get x,y coords = http://samp.nsg-page.de/textdraw.php
Under OnPlayerConnect
TextDrawShowForPlayer(playerid,Myfirsttextdraw);
https://sampwiki.blast.hk/wiki/TextDrawColor
https://sampwiki.blast.hk/wiki/TextDrawBoxColor
https://sampwiki.blast.hk/wiki/TextDrawBackgroundColor
https://sampwiki.blast.hk/wiki/TextDrawAlignment
https://sampwiki.blast.hk/wiki/TextDrawFont
https://sampwiki.blast.hk/wiki/TextDrawLetterSize