Command help ( /makeleader )
#1

Delete
Reply
#2

Do this instead:

pawn Код:
if(level == 0)
{
    PlayerInfo[giveplayerid][pFaction] = 255;
    PlayerInfo[giveplayerid][pRank] = 0;
    SetPlayerSkin(giveplayerid, 299);
    PlayerInfo[giveplayerid][pSkin] = 299;
    format(string, sizeof(string), "You have take %s control to faction number: %d (%s)", GetPlayerNameEx(para1),level,DynamicFactions[level][fName]);
    SendClientMessage(playerid, COLOR_GREEN, string);
    format(string, sizeof(string), "You have been retire to leader of faction %s by admin %s", DynamicFactions[level][fName],GetPlayerNameEx(playerid));
    SendClientMessage(para1, COLOR_LIGHTBLUE, string);
    return 1;
}
Reply
#3

Delete
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)