Anim problem with JETPACK
#1

I use this command to get jetpack for admin players, but my arms are stuck
http://i.imgur.com/1m0uFzC.jpg

This is the code
PHP код:
CMD:jetpack(playeridparams[])
{
if(
IsPlayerAdmin(playerid))
{
SetPlayerSpecialAction(playeridSPECIAL_ACTION_USEJETPACK);
}
else if(
GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK)
{
ClearAnimations(playerid);
return 
1;
}
return 
1;

Reply


Messages In This Thread
Anim problem with JETPACK - by blanic - 12.06.2016, 18:55
Re: Anim problem with JETPACK - by FuNkYTheGreat - 12.06.2016, 19:06
Re: Anim problem with JETPACK - by blanic - 12.06.2016, 19:08
Re: Anim problem with JETPACK - by FuNkYTheGreat - 12.06.2016, 19:17
Re: Anim problem with JETPACK - by blanic - 12.06.2016, 19:19
Re: Anim problem with JETPACK - by FuNkYTheGreat - 12.06.2016, 19:22
Re: Anim problem with JETPACK - by AbyssMorgan - 12.06.2016, 19:23
Re: Anim problem with JETPACK - by Dayrion - 12.06.2016, 19:26
Re: Anim problem with JETPACK - by blanic - 12.06.2016, 20:05
Re: Anim problem with JETPACK - by blanic - 12.06.2016, 21:14

Forum Jump:


Users browsing this thread: 8 Guest(s)