error???
#1

I have this error:

pawn Код:
D:\Users\Administrator\Desktop\Holliwood FIX\gamemodes\larp.pwn(22347) : error 029: invalid expression, assumed zero
D:\Users\Administrator\Desktop\Holliwood FIX\gamemodes\larp.pwn(22347) : warning 215: expression has no effect
D:\Users\Administrator\Desktop\Holliwood FIX\gamemodes\larp.pwn(22347) : error 001: expected token: ";", but found ")"
D:\Users\Administrator\Desktop\Holliwood FIX\gamemodes\larp.pwn(22347) : error 029: invalid expression, assumed zero
D:\Users\Administrator\Desktop\Holliwood FIX\gamemodes\larp.pwn(22347) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
the error script is:

pawn Код:
if(PlayerInfo[playerid][pCell] == 0) || PlayerInfo[playerid][pSim] == 0)
            {
                SendClientMessage(playerid, COLOR_GRAD2, " You dont have a cellphone or a SIM card!");
                return 1;
            }
Reply


Messages In This Thread
error??? - by Brian_Furios - 23.03.2010, 17:10
Re: error??? - by Zimon95 - 23.03.2010, 17:13
Re: error??? - by Brian_Furios - 23.03.2010, 17:16
Re: error??? - by Zimon95 - 23.03.2010, 17:17
Re: error??? - by Jay420 - 23.03.2010, 17:18
Re: error??? - by Brian_Furios - 23.03.2010, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)