18.05.2015, 19:48
Quote:
In my code I have && pInfo[playerid][Admin] >=1
And you're just checking the integer comparing it to nothing? (I might not know this also) |
if (!pInfo[playerid][Admin]) -> if level is 0
if (pInfo[playerid][Admin]) -> if level is not 0 (so it's any other number)