error 017: undefined symbol "PlayerInfo"
#1

pawn Код:
C:\Documents and Settings\Administrator\Desktop\(1618) : error 017: undefined symbol "PlayerInfo"
C:\Documents and Settings\Administrator\Desktop\(1618) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\(1618) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Administrator\Desktop\(1618) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\Desktop\(1618) : 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.
Line 1618

pawn Код:
if (PlayerInfo[playerid][pAdmin] >= 3)
and i have this line on line 1634 also..
please help..
Reply
#2

PlayerInfo is not defined. Show us your enum if you have one.
Reply
#3

nope, i dont have enum.
Reply
#4

Make one then..
pawn Код:
enum pInfo {
pAdmin
};
new PlayerInfo[MAX_PLAYERS][pInfo];
Reply
#5

and where exaclty should that go?
Reply
#6

After defines...
Reply
#7

You need to make a loading/saving system first before you start puttimg commands in.
Reply
#8

how to put loading/saving System
Reply
#9

Quote:
Originally Posted by dopeboy1040
Посмотреть сообщение
how to put loading/saving System
Congrats for bumping a 5 y old thread.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)