[Ajuda] Dъvida ZCMD
#1

Boas,

Eu gostaria de saber se й possivel haver 2 comandos que executem apenas um comando... do tipo:

/inventario e /inv = executam o mesmo comando.

Estou usando ZCMD... como ficaria?


Cumps,

Douglas
Reply
#2

pawn Код:
CMD:inv(playerid)
{
     cmd_inventario(playerid,"");
     return 1;
}
Reply
#3

Quote:
Originally Posted by Gustavo_Araujo
Посмотреть сообщение
pawn Код:
CMD:inv(playerid)
{
     cmd_inventario(playerid,"");
     return 1;
}
Se o inventбrio nгo utilizar parвmetros pode se criar assim:

pawn Код:
CMD:inventario(playerid)
{
       //funcoes
      return 1;
}
E no /inv usar

pawn Код:
CMD:inv(playerid)
{
    cmd_inventario(playerid);
    return 1;
}
Reply
#4

This forum requires that you wait 120 seconds between posts. Please try again in 6 seconds.

Certo, vou testar. Obrigado aos dois.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)