2 problems on animations, how to fix it?
#1

1) why this code apply only the animation, and doesn't play the puke sound ?
2) why i got freezed at my current location after any animation finished, i have to press JUMP to move. any soloution?

pawn Код:
CMD:puke(playerid, params[])
{
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x,y,z);
    ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P" , 4.1, 0, 1, 1, 1, 1, 1);
    PlayerPlaySound(playerid,1169,x,y,z);
    return 1;
}
Reply


Messages In This Thread
2 problems on animations, how to fix it? - by AnonScripter - 20.12.2013, 10:05
Re: 2 problems on animations, how to fix it? - by denmark - 20.12.2013, 11:02
Re: 2 problems on animations, how to fix it? - by Excelize - 20.12.2013, 11:04
Re: 2 problems on animations, how to fix it? - by AnonScripter - 20.12.2013, 11:45

Forum Jump:


Users browsing this thread: 1 Guest(s)