[Ajuda] Comando de verificar se tem bots no servidor
#1

Estou tentando criar um comando para verificar se tem bots no servidor, mas nгo estб funcionando.
PHP код:
CMD:checkbots(playeridparams[])
{
    if(
gPlayerLogged[playerid] == 0) { return SendClientMessage(playeridCOLOR_LIGHTRED"* Voce nao esta conectado."); }
    if(
PlayerInfo[playerid][pAdmin] >= 1)
    {
        new 
bots 0;
        new 
string[128];
        foreach(
Boti)
        {
            
format(stringsizeof(string), "[ATENCAO] %s [ID: %d] e um player NPC."pName[i], i);
            
SendClientMessage(playeridCOLOR_LIGHTREDstring);
            
bots 1;
        }
        if(
bots == 0SendClientMessage(playeridCOLOR_WHITE"Nenhum BOT encontrado no servidor!");
    }
    else 
SendClientMessage(playeridCOLOR_GRAD1"Voce nao e um admin");
    return 
1;

Reply


Messages In This Thread
Comando de verificar se tem bots no servidor - by SmokeKiLL - 01.03.2019, 18:45
Re: Comando de verificar se tem bots no servidor - by G4M30V3R - 01.03.2019, 19:15
Re: Comando de verificar se tem bots no servidor - by SmokeKiLL - 01.03.2019, 19:48
Re: Comando de verificar se tem bots no servidor - by matheusdorado - 01.03.2019, 19:54

Forum Jump:


Users browsing this thread: 1 Guest(s)