[Ajuda] Handsup
#1

bom o anime ta certo mais ele nгo abaxa a mгo xD

aqui ele

pawn Код:
if(!strcmp("/handsup", cmdtext,true, 10)) // Comando de ficar de Handsup
    {
    SendClientMessage(playerid, 0xFFFF00AA,"Vocк acaba de usar Handsup.");
    SetPlayerSpecialAction(playerid, 10); // O Player fica com as mгos para cima
    return 1;
    }
Reply
#2

tenta Aperta ''F''
Ou
pawn Код:
if(strcmp(cmd,"/stopani",true)==0 || strcmp(cmd,"/pararanim",true)==0)
    {
        if(IsPlayerConnected(playerid))
        {
            ClearAnimations(playerid);
        }
        return 1;
    }
Reply
#3

pawn Код:
if(strcmp("/panimes", cmd, true) == 0) //Comando
    {
    ClearAnimations(playerid); //Faz a animaзгo parar
    SendClientMessage(playerid, 0xFFFF00AA,"Vocк nao esta mais de handsup '-'."); //Mensagem ao usar o comando
    return 1;
    }
Reply
#4

pawn Код:
public OnPlayerKeyStateChange(playerid,newkeys,oldkeys)
{
    if(newkeys == 16 && GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
    {
         OnPlayerCommandText(playerid,"/panimes");
    }
    return true;
}
isso fara parar com o enter.
Reply
#5

Faзa o q o cara dissee /\
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)