13.12.2012, 12:35
I persistently get this warning whenever i use a if sentence like:
Can anybody explain this to me please?
pawn Код:
if(PlayerInfo[pAdmin][playerid] != 1)
if(PlayerInfo[pAdmin][playerid] != 1)
if(PlayerInfo[playerid][pAdmin] != 1)
enum pExample
{
pAdmin,
pAdminName,
pAdminLevel,
pLevel,
pConnectTime,
pEtc
}
new PlayerInfo[MAX_PLAYERS+1][pExample];
new PlayerInfo[pExample][MAX_PLAYERS+1];