[Ajuda] Comando /admins
#2

Код:
CMD:admins(playerid)
{
	new i = 0, fmt[50], nome[24];
	
    while(i<MAX_PLAYERS)
	{
		if(pAdmin[i][Level])
		{
			GetPlayerName(i, nome, sizeof nome);
			format(fmt, sizeof fmt, "%s | Level %d", nome, pAdmin[i][Level]);
			SendClientMessage(playerid, -1, fmt);
		}
		
		i ++;
	}
    return 1;
}
Reply


Messages In This Thread
Comando /admins - by Feelipe - 24.03.2017, 13:44
Re: Comando /admins - by G4M30V3R - 24.03.2017, 14:47
Re: Comando /admins - by vPunisheR - 24.03.2017, 15:38
Re: Comando /admins - by Feelipe - 24.03.2017, 21:02
Re: Comando /admins - by IlanZ - 24.03.2017, 21:05
Re: Comando /admins - by Feelipe - 24.03.2017, 21:15
Re: Comando /admins - by CaioTJF - 25.03.2017, 00:23
Re: Comando /admins - by vPunisheR - 25.03.2017, 02:12

Forum Jump:


Users browsing this thread: 1 Guest(s)