Why this error?
#1

D:\server\gamemodes\rptestsv.pwn(1150) : error 017: undefined symbol "AdminLevel"

Код:
pInfo[pID][AdminLevel] = value;
Код:
enum PlayerInfo
{
    Pass[129],
    Adminlevel,
    VIPlevel,
    Money,
    Scores,
    Kills,
    Deaths
}
new pInfo[MAX_PLAYERS][PlayerInfo];
Reply
#2

case sensitive.
Код:
pInfo[pID][Adminlevel] = value;
Reply
#3

you had a small L at your playerinfo, yet you are defining it with a capatilized L.

Use RoboN's fix, should work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)