Posts: 69
Threads: 6
Joined: Apr 2014
Reputation:
0
I want to chage a run Cj TO run style in my server RP how i do it ?
Posts: 501
Threads: 142
Joined: Jun 2013
Reputation:
0
Remove the UsePlayerPedAnims();
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
You want to get rid of CJ running style?
Go to OnGamemodeInit
Search for UsePlayerPedAnims(); (CTRL+F)
Comment it or remove it, try to check any filterscripts you have if it has that function UsePlayerPedAnims();.
Posts: 1,241
Threads: 67
Joined: Dec 2013
remove this from your OnGamemodeInIt
Posts: 69
Threads: 6
Joined: Apr 2014
Reputation:
0
I do it and this is not working i delete it.
place help my i am use in a American Rolepaly gamemod
Posts: 69
Threads: 6
Joined: Apr 2014
Reputation:
0
public OnGameModeInit()
{
ConnectNPC("BlueBusDriver","Bus");
ConnectNPC("BlackBusDriver","Bus2");
ManualVehicleEngineAndLights();
AntiDeAMX();
InitializeScript();