Quote:
Originally Posted by newbienoob
pawn Code:
if(PlayerInfo[playerid][pAdmin] >= 1);
Code:
error 017: undefined symbol "PlayerInfo"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
|
He said, Thats what he came up with, you would need to define PlayerInfo pAdmin using Enum's, so thats why that will NOT work, remove that line to make things work