SA-MP Forums Archive
How to change to CJ run? From the slower running style - 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: How to change to CJ run? From the slower running style (/showthread.php?tid=425700)



How to change to CJ run? From the slower running style - Moneymachine - 26.03.2013

So how can i change to CJ RUN from the slower running style? The script is Mortal City Roleplay [GM] It is edit from NGRP or GF.Not sure


Re: How to change to CJ run? From the slower running style - glbracer - 26.03.2013

UsePlayerPedAnims();

https://sampwiki.blast.hk/wiki/UsePlayerPedAnims

Place it under OnGameModeInit


Re: How to change to CJ run? From the slower running style - RonaldinhoVantoras - 24.06.2014

I want to chage a run Cj TO run style in my server RP how i do it ?


Re: How to change to CJ run? From the slower running style - lulo356 - 24.06.2014

Remove the UsePlayerPedAnims();


Re: How to change to CJ run? From the slower running style - RonaldinhoVantoras - 25.06.2014

Not working


Re: How to change to CJ run? From the slower running style - Beckett - 25.06.2014

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();.


Re : How to change to CJ run? From the slower running style - Clad - 25.06.2014

pawn Код:
UsePlayerPedAnims();
remove this from your OnGamemodeInIt


Re: How to change to CJ run? From the slower running style - RonaldinhoVantoras - 25.06.2014

I do it and this is not working i delete it.
place help my i am use in a American Rolepaly gamemod


Re: How to change to CJ run? From the slower running style - Manyula - 25.06.2014

Why don't you show us your whole OnGameModeInit?


Re: How to change to CJ run? From the slower running style - RonaldinhoVantoras - 25.06.2014

public OnGameModeInit()
{
ConnectNPC("BlueBusDriver","Bus");
ConnectNPC("BlackBusDriver","Bus2");
ManualVehicleEngineAndLights();
AntiDeAMX();
InitializeScript();