syntax error in the expression, or invalid function call
#1

Код:
forward MuteTimer();
public MuteTimer()
{
    for(new i = 0; i < MAX_PLAYERS; i ++) 
    {
        if(gIsPlayerLoggedIn[i])
		{
            if(PlayerData[i][MuteTimer] > 1) // 1700
            {
                PlayerData[i][MuteTimer] --; // 1702
            }
        }
    }
    return 1;
}
Код:
(1700) : error 076: syntax error in the expression, or invalid function call
(1702) : error 076: syntax error in the expression, or invalid function call
How to fix this?
Reply


Messages In This Thread
syntax error in the expression, or invalid function call - by TheNerka - 04.09.2014, 09:07
Re: syntax error in the expression, or invalid function call - by TheNerka - 04.09.2014, 09:54
Re: syntax error in the expression, or invalid function call - by HyDrAtIc - 04.09.2014, 11:21
Re: syntax error in the expression, or invalid function call - by MasonSFW - 04.09.2014, 11:34
Re: syntax error in the expression, or invalid function call - by TheNerka - 04.09.2014, 11:45

Forum Jump:


Users browsing this thread: 1 Guest(s)