[Pedido] Comando bбsico
#1

Alguйm me ajuda tipo porque tem uns animes, tem vez que buga eu queria um comando /pular pra sair se alguйm poder me ajudar
Reply
#2

depende eu faзo um com qualquer outro anime depois voзe procura essa tal (anime de pular ) se sim fala ae que eu dou um edit.
Reply
#3

}
if(strcmp(cmd, "/handsup", true) == 0) {
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) {
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HAN DSUP);
return 1;
}
Reply
#4

pawn Код:
if(strcmp(cmdtext, "/sair", true) == 0)
{
    SetPlayerSpecialAction(playerid,0);
    ClearAnimations(playerid);
    return 1;
}
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)