06.04.2010, 09:49
pawn Код:
new Text:Vers; // Top of script
stock version(playerid)
{
TextDrawHideForPlayer(playerid, Text:Vers);
return 1;
}
// On Player Connect, or whatever, any function that contains 'playerid'
TextDrawShowForPlayer(playerid, Text:Vers);
SetTimerEx("version",5000, 0, "i", playerid);