Change ped move? - 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: Change ped move? (
/showthread.php?tid=456319)
Change ped move? -
RALL0 - 05.08.2013
Hey guys I'm using the CJ ped move how can I change it for a certain player, so the player gets the standard pedmove?
Re: Change ped move? -
AdamCooper - 05.08.2013
You can use this filterscript :
https://sampforum.blast.hk/showthread.php?tid=382564
"Created by Zack Larson"
Re: Change ped move? -
Konstantinos - 05.08.2013
Quote:
Originally Posted by AdamCooper
|
I think it's only a filterscript for the walking styles, applying animations only.
@RALL0 You cannot set a player's movement, unless you re-applying animations all the time but that would cause lag and it wouldn't be accurate.
Re: Change ped move? -
Necip - 05.08.2013
Quote:
Originally Posted by Konstantinos
I think it's only a filterscript for the walking styles, applying animations only.
@RALL0 You cannot set a player's movement, unless you re-applying animations all the time but that would cause lag and it wouldn't be accurate.
|
This OR
You can set that when a player holds down Left ALT it applies the ped walk you want to use and when he releases LALT it stops it.
Re: Change ped move? -
Luke_James - 05.08.2013
Look under "OnGameModeInit();" and remove the line that says 'UsePedAnims();' and everyone will have the pedestrian walk and running style.