Brain fart with faction ranks
#2

Perhaps something similar to this?
pawn Код:
if(FRank[giveplayerid] == 1) format(string, sizeof(string), "You have promoted %s to the rank of %s(2)", GetNameEx(giveplayerid), FactionRank2[factionid]);
    if(FRank[giveplayerid] == 2) format(string, sizeof(string), "You have promoted %s to the rank of %s(3)", GetNameEx(giveplayerid), FactionRank3[factionid]);
    if(FRank[giveplayerid] == 3) format(string, sizeof(string), "You have promoted %s to the rank of %s(4)", GetNameEx(giveplayerid), FactionRank4[factionid]);
    if(FRank[giveplayerid] == 4) format(string, sizeof(string), "You have promoted %s to the rank of %s(5)", GetNameEx(giveplayerid), FactionRank5[factionid]);
    if(FRank[giveplayerid] == 5) format(string, sizeof(string), "You have promoted %s to the rank of %s(6)", GetNameEx(giveplayerid), FactionRank6[factionid]);
    if(FRank[giveplayerid] == 6) format(string, sizeof(string), "You have promoted %s to the rank of %s(7)", GetNameEx(giveplayerid), FactionRank7[factionid]);
Reply


Messages In This Thread
Brain fart with faction ranks - by ihatetn931 - 27.03.2015, 16:52
Re: Brain fart with faction ranks - by Dokins - 27.03.2015, 17:36
Re: Brain fart with faction ranks - by ihatetn931 - 27.03.2015, 17:50
Re: Brain fart with faction ranks - by Aly - 27.03.2015, 18:27
Re: Brain fart with faction ranks - by ihatetn931 - 27.03.2015, 23:43
Re: Brain fart with faction ranks - by Scrillex - 28.03.2015, 06:20
Re: Brain fart with faction ranks - by ihatetn931 - 28.03.2015, 07:26

Forum Jump:


Users browsing this thread: 3 Guest(s)