[Ajuda] /vercomandos
#1

Fiz um /vercomandos no OnPlayerCommandPerformed e sу aparece se o comando for funcional. Se eu digito /Level e ele existe, aparece pra qm ta vendo comandos que ele digitou isso. Porйm se eu digito /aaaaaa e nгo existe, nгo aparece. Quero que apareзa todos os tipos de comandos.
Obs: Jб tentei colocando if(success && !sucess) mas nada.
code:
PHP код:
public OnPlayerCommandPerformed(playeridcmdtext[], success)
{
    if(
success)
    {
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i))
        {
            if(
VerCmds[playerid] == && Jogador[i][Admin] == 4)
            {
                
format(stringsizeof(string), "| COMANDO | O(A) %s(%d) digitou o comando '%s'"PlayerName(playerid), playeridcmdtext);
                
SendClientMessage(i0x0080C0AAstring);
            }
        }
    }
    return 
false;
    }
    if(!
success)
    {
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i))
        {
            if(
VerCmds[playerid] == && Jogador[i][Admin] == 4)
            {
                
format(stringsizeof(string), "| COMANDO | O(A) %s(%d) digitou o comando '%s'"PlayerName(playerid), playeridcmdtext);
                
SendClientMessage(i0x0080C0AAstring);
            }
        }
    }
    return 
false;
    }
      return 
true;

Reply


Messages In This Thread
/vercomandos - by Luiiiz - 04.04.2017, 02:49
Re: /vercomandos - by Toroi - 04.04.2017, 03:18
Re: /vercomandos - by Jauro - 04.04.2017, 03:27
Re: /vercomandos - by Toroi - 04.04.2017, 03:32
Re: /vercomandos - by AuhMaru - 04.04.2017, 12:26
Re: /vercomandos - by ViniBorn - 04.04.2017, 14:41

Forum Jump:


Users browsing this thread: 2 Guest(s)