Passing color code
#1

Hi,
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;
    }
//...
}
But it crashes the server... More info: http://forum.sa-mp.com/showpost.php?...09&postcount=5
Reply


Messages In This Thread
SetTimerEx = Server Crash - by *IsBack - 18.12.2010, 16:54
Re: Passing color code - by JaTochNietDan - 18.12.2010, 17:00
Re: Passing color code - by *IsBack - 18.12.2010, 17:03
Re: Passing color code - by JaTochNietDan - 18.12.2010, 17:06
Re: Passing color code - by *IsBack - 18.12.2010, 17:08
Re: Passing color code - by Mean - 18.12.2010, 17:08
Re: Passing color code - by Benjo - 18.12.2010, 18:05
Re: Passing color code - by *IsBack - 18.12.2010, 18:30
Re: Passing color code - by *IsBack - 19.12.2010, 07:49
Re: Passing color code - by Ash. - 19.12.2010, 08:00

Forum Jump:


Users browsing this thread: 2 Guest(s)