/startrace --> start timer --> server crash
#1

Hello,

I just made a command, /startrace. When I type it, it activates a 60-second timer. But then the server crashes.

pawn Код:
dcmd_startrace(playerid,params[])
{
    #pragma unused params
    SendClientMessageToAll(COLOR_GREEN,"The Kart race is going to start in 1 minute! Join by typing /joinrace!");
    SetTimerEx("OnKartRaceStart",60000,0,"is","playerid");
    return 1;
}
I forwarded it and the timer is empty, so no need to post them, I hope.

Regards, Jochem
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)