STOCK
#3

I think you're looking for this.

PHP код:
stock GetAdminLvlName(playerid)
{
        new 
str[64];
        if (
PlayerInfo[playerid][pAdmin] == 0str = ("None");
        if (
PlayerInfo[playerid][pAdmin] == 1str = ("Moderator");
        if (
PlayerInfo[playerid][pAdmin] == 2str = ("Junior Admin");
        if (
PlayerInfo[playerid][pAdmin] == 3str = ("Admin");
        if (
PlayerInfo[playerid][pAdmin] == 4str = ("General Admin");
        if (
PlayerInfo[playerid][pAdmin] == 5str = ("Owner");
        return 
str;

Feel free to edit it.
Reply


Messages In This Thread
STOCK - by ItzRbj - 21.06.2015, 14:34
Re: STOCK - by Jonny5 - 21.06.2015, 14:55
Re: STOCK - by shocktheripper - 21.06.2015, 15:38
Re: STOCK - by Stanford - 21.06.2015, 15:50

Forum Jump:


Users browsing this thread: 2 Guest(s)