SA-MP Forums Archive
Can Any One help - 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: Can Any One help (/showthread.php?tid=359407)



Can Any One help - JakeMiller - 13.07.2012

how to get my player run like LS-RP like A real life run


Re: Can Any One help - ShawtyyMacJunior - 13.07.2012

Are you trying to create a roleplay server?


Re: Can Any One help - Vince - 14.07.2012

Delete UsePlayerPedAnims from your mode.


Re: Can Any One help - Devilxz97 - 14.07.2012

yea vince true ,

just remove
pawn Код:
UsePlayerPedAnims();



Re: Can Any One help - clarencecuzz - 14.07.2012

I think he's supposed to ADD
UsePlayerPedAnims();

He wants them to run like real life animations, so why would you be deleting it?

pawn Код:
public OnGameModeInit() //Or OnFilterScriptInit
{
    UsePlayerPedAnims();
    return 1;
}



Re: Can Any One help - newbienoob - 14.07.2012

Quote:
Originally Posted by clarencecuzz
Посмотреть сообщение
I think he's supposed to ADD
UsePlayerPedAnims();

He wants them to run like real life animations, so why would you be deleting it?

pawn Код:
public OnGameModeInit() //Or OnFilterScriptInit
{
    UsePlayerPedAnims();
    return 1;
}
Add = Cj running/walking style.
Remove = Normal walking/running ped style which is shit!


Re: Can Any One help - clarencecuzz - 14.07.2012

I thought it was the other way around?
Oh well, I just figured that's what it did :S

Sorry, remove UsePlayerPedAnims -__-