26.02.2012, 23:33
I need something to happen after a certain amount of time, so I used a timer. this is what I did.
What am I doing wrong?
PHP код:
forward HotwireWaitTime(playerid);
PHP код:
public HotwireWaitTime(playerid)
{
WaitTime[playerid] = 0;
return 1;
}
PHP код:
SetTimer("HotwireWaitTime(playerid)", 10000, true);