Error 076: syntax error in the expression, or invalid function call.
#1

I don't unserstand what is the error here:
PHP код:
KillTimer(CaptureTime); 
And for the full code:
PHP код:
public OnPlayerUpdate(playerid)
{
    if(
capturing[playerid] == true)
    {
        for(new 
0sizeof(ZoneInfo);i++)
        {
            if(
IsPlayerIsNotInZone(playeridi))
            {
                
capturing[playerid] = false;
                
KillTimer(CaptureTime);
                
captureTimer[playerid] = 180;
                
SendClientMessage(playeridCOLOR_RED"Capture Failed!");
            }
        }
    }
    return 
1;

?!
Reply
#2

Why do you even have a timer, if you're using that on "OnPlayerUpdate(playerid)"?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)