19.04.2013, 13:45
This part:
You do not have a case inside the switch for the rank.
pawn Код:
switch(rank)
{
format(PlayerInfo[Playerid[pFac]][pFacRank], 32, "%s", name);
format(string, sizeof(string), "You have editted the rankname to %s", name);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}