09.05.2011, 06:49
I'm making something similar to this but I'm unable to find this animation :
http://i52.tinypic.com/15twk9.png
Thanks in advance...
http://i52.tinypic.com/15twk9.png
Thanks in advance...
if(strcmp("/fall", cmdtext, true) == 0)
{
if(GetPlayerState(playerid) != PLAYER_STATE_ONFOOT) { return 1; }
ApplyAnimation(playerid,"PED","KO_skid_front",4.1,0,1,1,1,0);AnimPlay[playerid] = 1;
return 1;
}