Sprint Help xD
#1

Hello.... Guyz. I Want Little Help When I Running In Server Its Walking Like A Girl How To Change It Please Can Anyone Tell Me Ex: Its Sprint Like A Girl...
Reply
#2

Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
    return 1;
}
Reply
#3

Where Should i Add This Code: ?
Reply
#4

Press CTRL+F and search for OnGameModeInit... Replace the old code with that...

public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}
Reply
#5

lol,

Matess, has given you the function to stick it in. public OnGameModeInit()
Reply
#6

LOL Now What I Have To Do :O xD
Reply
#7

In an easily way, UsePlayerPedAnims (); function making the player running like CJ run, like sprint run as you said
But where I can put this function pls? Ok you have to put it in your gamemode after this two lines
OnGameModeInit()
{
UsePlayerPedAnims(); //just put it here like what I did
return 1;
}
Also for your information, if you want to add any object or vehicle you have to put it after
OnGameModeInit()
{
After this two lines & also don't forget to close it with return 1; & }

CreateObject.
CreateVehcle.
That's what I'm talking about, hope I helped you.
Reply
#8

Khaled you have skype ?
Reply
#9

Open your gamemode. Hit ctrl + f and write "ongamemodeinit". When you found it then put UsePlayerPedAnims(); there...
Reply
#10

Add Me On Skype : Crx.Friends + Check ur Private Msg On Forum Ryt Now bro and add me on forum thx in advanCe
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)