[Tutorial] How to make a /cuff and /uncuff command.
#10

Great Tutorial! Thanks

But ... maybe add this?

uncuff

RemovePlayerAttachedObject(playerid, 0);

and

When cuffed, you jump and fall

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys & KEY_JUMP && !(oldkeys & KEY_JUMP) && GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_CUFFED) ApplyAnimation(playerid, "GYMNASIUM", "gym_jog_falloff",4.1,0,1,1,0,0);
return 1;
}
Reply


Messages In This Thread
How to make a /cuff and /uncuff command. - by TaLhA XIV - 24.08.2012, 19:54
Re: How to make a /cuff and /uncuff command. - by Landon - 24.08.2012, 19:56
Re: How to make a /cuff and /uncuff command. - by MoDee - 24.08.2012, 20:05
Re: How to make a /cuff and /uncuff command. - by TaLhA XIV - 24.08.2012, 20:27
AW: How to make a /cuff and /uncuff command. - by Mellnik - 24.08.2012, 20:28
Re: AW: How to make a /cuff and /uncuff command. - by TaLhA XIV - 24.08.2012, 21:25
Re: How to make a /cuff and /uncuff command. - by Jack_Leslie - 05.09.2012, 04:08
Re: How to make a /cuff and /uncuff command. - by [ABK]Antonio - 05.09.2012, 05:03
Re: How to make a /cuff and /uncuff command. - by TaLhA XIV - 05.09.2012, 10:59
Re: How to make a /cuff and /uncuff command. - by David (Sabljak) - 05.09.2012, 13:21
Re: How to make a /cuff and /uncuff command. - by TaLhA XIV - 05.09.2012, 13:25
Re: How to make a /cuff and /uncuff command. - by Uberanwar - 09.10.2012, 06:51
Re: How to make a /cuff and /uncuff command. - by Maniek - 09.10.2012, 07:11
Re: How to make a /cuff and /uncuff command. - by Pk93 - 17.07.2013, 00:10
Re: How to make a /cuff and /uncuff command. - by Lebo - 17.07.2013, 03:07
Re: How to make a /cuff and /uncuff command. - by NealPeteros - 04.01.2016, 12:51
Re: How to make a /cuff and /uncuff command. - by saffierr - 04.01.2016, 13:09
Re: How to make a /cuff and /uncuff command. - by NealPeteros - 04.01.2016, 13:44
Re: How to make a /cuff and /uncuff command. - by NealPeteros - 05.01.2016, 10:29
Re: How to make a /cuff and /uncuff command. - by MicroKyrr - 06.01.2016, 03:21
Re: How to make a /cuff and /uncuff command. - by NealPeteros - 06.01.2016, 08:50
Re: How to make a /cuff and /uncuff command. - by NealPeteros - 06.01.2016, 09:00
Re: How to make a /cuff and /uncuff command. - by Joron - 20.01.2016, 02:01

Forum Jump:


Users browsing this thread: 4 Guest(s)