22.04.2012, 14:35
so im trying to add this in my script and its not working
enum pInfo
{
pPass,
pCash,
pAdmin,
pKills,
pDeaths,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
I always get
C:\Users\Michael C\Desktop\GTA San Andreas\gamemodes\NE-RP.pwn(33 : warning 203: symbol is never used: "PlayerInfo"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Please help me and tell me what im doing wrong
enum pInfo
{
pPass,
pCash,
pAdmin,
pKills,
pDeaths,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
I always get
C:\Users\Michael C\Desktop\GTA San Andreas\gamemodes\NE-RP.pwn(33 : warning 203: symbol is never used: "PlayerInfo"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Please help me and tell me what im doing wrong