I need cmd check leader fac offline
#1

hi bro, i need cmd for checking player leader factions is offline

PHP код:

CMD
:leaders(playeridparams[])
{
    if(
PlayerInfo[playerid][pAdmin] >= || PlayerInfo[playerid][pFactionModerator] == 1) {
        
SendClientMessageEx(playeridCOLOR_WHITE"Faction leaders online:");
            new    
string[128], sz_FacInfo[3][64];
            foreach(
Playeri) if(PlayerInfo[i][pLeader] >= 1) {
            
GetPlayerFactionInfo(isz_FacInfo[0], sz_FacInfo[1], sz_FacInfo[2]);
            
format(stringsizeof(string), "(%s) %s %s"sz_FacInfo[2], sz_FacInfo[0], GetPlayerNameEx(i));
            
SendClientMessageEx(playeridCOLOR_GRAD2string);
        }
    }
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)