[Pedido] Comando bбsico
#5

Boa noite.

STRCMP
Код:
if(strcmp(cmdtext, "/parar", true) == 0)
{
    SetPlayerSpecialAction(playerid,0);
    ClearAnimations(playerid);
    return 1;
}
ZCMD
Код:
COMMAND:parar(playerid, params[])
{
    SetPlayerSpecialAction(playerid,0);
    ClearAnimations(playerid);
    return 1;
}
Reply


Messages In This Thread
Comando bбsico - by maluco88 - 11.09.2012, 19:08
Re: Comando bбsico - by Q.I - 11.09.2012, 19:15
Re: Comando bбsico - by maluco88 - 11.09.2012, 19:27
Re: Comando bбsico - by BreakDriFT - 11.09.2012, 19:30
Re: Comando bбsico - by .ThePro - 11.09.2012, 20:38

Forum Jump:


Users browsing this thread: 3 Guest(s)