Quote:
Originally Posted by bogeyman_EST
pawn Код:
public OnPlayerConnect(playerid) { TextDrawShowForPlayer(playerid, Command_Spam); SetTimerEx("TextDrawKill", 10000, 0, "i", playerid); return 1; }
forward TextDrawKill(playerid); public TextDrawKill(playerid) { TextDrawHideForPlayer(playerid, Command_Spam); return 1; }
|
Thanks for posting exactly what I already did.