God Father Faction Ranks Editing
#3

use stock's!

pawn Код:
stock GetPlayerRank(playerid)
{
    static iStr[100];
    if(PlayerInfo[playerid][pRank] == 12) iStr = "Chief";
    if(PlayerInfo[playerid][pRank] == 11) iStr = "Deputy Chief";
    if(PlayerInfo[playerid][pRank] == 10) iStr = "Commander";
    if(PlayerInfo[playerid][pRank] == 9)  iStr = "Captain II";
    if(PlayerInfo[playerid][pRank] == 8)  iStr = "Captain I";
    if(PlayerInfo[playerid][pRank] == 7)  iStr = "Sargent II";
    if(PlayerInfo[playerid][pRank] == 6)  iStr = "Sargent I";
    if(PlayerInfo[playerid][pRank] == 5)  iStr = "Lead Officer";
    if(PlayerInfo[playerid][pRank] == 4)  iStr = "Senior Officer";
    if(PlayerInfo[playerid][pRank] == 3)  iStr = "Officer II";
    if(PlayerInfo[playerid][pRank] == 2)  iStr = "Officer I";
    if(PlayerInfo[playerid][pRank] == 1)  iStr = "Cadet";
    return iStr;
}
Reply


Messages In This Thread
God Father Faction Ranks Editing - by seanny - 15.05.2011, 08:33
Re: God Father Faction Ranks Editing - by seanny - 15.05.2011, 09:00
Re: God Father Faction Ranks Editing - by TheGarfield - 15.05.2011, 09:08
Re: God Father Faction Ranks Editing - by KeyWay - 15.05.2011, 09:18

Forum Jump:


Users browsing this thread: 1 Guest(s)