18.05.2015, 05:01
Quote:
It doesn't give errors, I actually tried that first before having to open my previous script.
I'm obviously admin-lvl 5 but when typing /ahelp it only gives me trial admin lvl commands. |
Example:
pawn Код:
if(playerinfo[playerid][pAdmin] == 5)
{
// Do something here
}
whoops, my mistake , Forget the codes above
Try using ">" parameters only instead of ">="
Example:
pawn Код:
if(playerinfo[playerid][pAdmin] > 5)
{
// Do something here
}