09.05.2015, 16:01
Hello!
If you take this function, like this:
You will get your admin name also if your admin level is higher than 0, for that is the switch-loop.
If you take this function, like this:
PHP код:
printf("playerid: %d - Adminlevel: %s",playerid,GetAdminName(playerid));
PHP код:
switch(pInfo[playerid][pAdminLevel])