SA-MP Forums Archive
Whats wrong with this - 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: Whats wrong with this (/showthread.php?tid=112712)



Whats wrong with this - acade - 09.12.2009

pawn Код:
(79) : error 017: undefined symbol "PlayerInfo"

Line:
pawn Код:
if (PlayerInfo[i][AdminLevel] >= alevel)



Re: Whats wrong with this - Correlli - 09.12.2009

Quote:
Originally Posted by TheOneThatOwnZ
Код:
(79) : error 017: undefined symbol "PlayerInfo"
It's obvious that PlayerInfo isn't defined. You need to create the PlayerInfo variable and enum.


Re: Whats wrong with this - acade - 09.12.2009

Yeah I know, fixed it. it was already defined.