crry_prtial - remove jump and sprint ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: crry_prtial - remove jump and sprint ? (
/showthread.php?tid=503152)
crry_prtial - remove jump and sprint ? -
lizter008 - 28.03.2014
crry_prtial animation you can't jump and sprint ?
Re: crry_prtial - remove jump and sprint ? -
PT - 28.03.2014
look
Quote:
25 - SPECIAL_ACTION_CARRY - Will apply a 'carrying' animation to the player and make them unable to sprint, jump or punch
|
yes... next time read better wiki and test the code.
https://sampwiki.blast.hk/wiki/SpecialActions
Re: crry_prtial - remove jump and sprint ? -
lizter008 - 28.03.2014
Quote:
ApplyAnimation(playerid,"CARRY","carrying",4.0,0,0 ,0,0,0,0);
|
But it did crash
Re: crry_prtial - remove jump and sprint ? -
zT KiNgKoNg - 28.03.2014
Why don't you try reading the Wiki?
pawn Код:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_CARRY);
Re: crry_prtial - remove jump and sprint ? -
lizter008 - 29.03.2014
PHP код:
C:\Documents and Settings\drei\Desktop\0.3z\gamemodes\OLD.pwn(55237) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Re: crry_prtial - remove jump and sprint ? -
Dignity - 29.03.2014
Update your #include <a_samp>.
Re: crry_prtial - remove jump and sprint ? -
lizter008 - 29.03.2014
PHP код:
C:\Documents and Settings\drei\Desktop\0.3z\gamemodes\OLD.pwn(55237) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
PHP код:
SetPlayerSpecialAction(playerid,"SPECIAL_ACTION_CARRY",crry_prtial);
Re: crry_prtial - remove jump and sprint ? -
Dignity - 01.04.2014
Remove
- Sorry for the late reply.