How to change to CJ run? From the slower running style
#1

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
Reply
#2

UsePlayerPedAnims();

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

Place it under OnGameModeInit
Reply
#3

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

Remove the UsePlayerPedAnims();
Reply
#5

Not working
Reply
#6

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

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

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

Why don't you show us your whole OnGameModeInit?
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)