01.05.2012, 10:01
How to create texdraws thats the question
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);