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

Men tenta Assim:

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];
        for(new 
1MAX_PLAYERSi++)
        {
            if(
IsPlayerNPC(i))
            {
                
bots ++;
                
format(stringsizeof(string), "[ATENCAO] %s [ID: %d] e um player NPC."pName[i], i);
                
SendClientMessage(playeridCOLOR_LIGHTREDstring);
            }
        }
        if(
bots == 0) return SendClientMessage(playeridCOLOR_WHITE"Nenhum BOT encontrado no servidor!");
    }
    else
    {
        
SendClientMessage(playeridCOLOR_GRAD1"Voce nao e um admin");
    }
    return 
1;

Nгo sei se vai funcionar, mas tenta ai kkk
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)