18.12.2010, 16:54
(
Последний раз редактировалось *IsBack; 18.12.2010 в 17:54.
)
Hi,
I got this code:
But it crashes the server... More info: http://forum.sa-mp.com/showpost.php?...09&postcount=5
I got this code:
pawn Код:
public SendServerMessage(playerid, color, text[])
{
if(Wait[playerid] == 1)
{
SetTimerEx("SendServerMessage",WaitTime+50,0,"dss",playerid,color,text);
return 1;
}
//...
}