SA-MP Forums Archive
Help with Errors - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with Errors (/showthread.php?tid=195486)



Help with Errors - ZmaXy - 02.12.2010

I make a FilterScript! Problem is Errors


Код:
.pwn(106) : error 017: undefined symbol "PlayerInfo"
.pwn(106) : warning 215: expression has no effect
.pwn(106) : error 001: expected token: ";", but found "]"
.pwn(106) : error 029: invalid expression, assumed zero
.pwn(106) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Lines:
Код:
if(PlayerInfo[playerid][pMember] == 1||PlayerInfo[playerid][pLeader] == 1)
Please Help !!


Re: Help with Errors - Vince - 02.12.2010

Copy-Pasting ain't good. Nothing more to say.

pawn-lang.pdf
Quote:

017 undefined symbol symbol
The symbol (variable, constant or function) is not declared.




Re: Help with Errors - ZmaXy - 02.12.2010

How to fix it ?

Someone help me ? Its my first FilterScript


Re: Help with Errors - Hal - 02.12.2010

He is saying that you shouldn't copy and paste code. You will always leave things out like what the error is saying.