If statement error!
#9

Still getting a shitload of errors

Код:
C:\Documents and Settings\Admin\Desktop\The Way of Life\gamemodes\WoL.pwn(16313) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Admin\Desktop\The Way of Life\gamemodes\WoL.pwn(16313) : warning 215: expression has no effect
C:\Documents and Settings\Admin\Desktop\The Way of Life\gamemodes\WoL.pwn(16313) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Admin\Desktop\The Way of Life\gamemodes\WoL.pwn(16313) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Admin\Desktop\The Way of Life\gamemodes\WoL.pwn(16313) : fatal error 107: too many error messages on one line
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(event(i) == 1) //if playerid has event = 1 they are in the race and stuff below applies to them
            {
                DisablePlayerCheckpoint(i);
                SetPlayerVirtualWorld(i, 0);
                SpawnPlayer(i);
                FreezePlayerForTime(i, 3);
                event[i] = 0;
            }
            else return 1;
        }
Reply


Messages In This Thread
If statement error! - by linuxthefish - 11.04.2012, 23:57
Re: If statement error! - by The__ - 12.04.2012, 00:00
Re: If statement error! - by linuxthefish - 12.04.2012, 00:03
Re: If statement error! - by MP2 - 12.04.2012, 00:04
Re: If statement error! - by Marco_Valentine - 12.04.2012, 00:04
Re: If statement error! - by Ash. - 12.04.2012, 00:08
Re: If statement error! - by The__ - 12.04.2012, 00:09
Re: If statement error! - by The__ - 12.04.2012, 00:11
Re: If statement error! - by linuxthefish - 12.04.2012, 00:17
Re: If statement error! - by Marco_Valentine - 12.04.2012, 00:17

Forum Jump:


Users browsing this thread: 2 Guest(s)