15.01.2012, 04:29
the good example is
if you want to show by using a command then do the same as what i do onplayerconnect
pawn Код:
//top of script
new LALATD;
//OnGamemodeinit
LALATD = //Textdraw code goes here
//OnPlayerConnect
TextDrawShowForPlayer(playerid, LALATD);