23.08.2012, 22:54
"Admin Level" and "AdminLevel" are not the same thing.
They both have to be the same.
Ahh...
Just replace this line in your scipt.
to
They both have to be the same.
Ahh...
Just replace this line in your scipt.
Код:
INI_Int("Admin Level",PlayerInfo[playerid][pAdminLevel]);
Код:
INI_Int("AdminLevel",PlayerInfo[playerid][pAdminLevel]);