SA-MP Forums Archive
Little 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: Little Help! (/showthread.php?tid=371043)



Little Help! - Nirzor - 22.08.2012

how to make a system like Player can run Normally not like when we run like beginning of script i want normal run

system so please can anyone help?


Re: Little Help! - clarencecuzz - 22.08.2012

pawn Код:
UsePlayerPedAnims();
affects this outcome.

http://www.wiki.sa-mp.com/wiki/UsePlayerPedAnims


Re: Little Help! - newbienoob - 22.08.2012

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


Re: Little Help! - Nirzor - 22.08.2012

can you please script and show so i can add it to my GM?


Re: Little Help! - newbienoob - 22.08.2012

Add this under OnGameModeInit
pawn Код:
UsePlayerPedAnims();



Re: Little Help! - _Khaled_ - 22.08.2012

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



Re: Little Help! - ThePhenix - 22.08.2012

Use:

PHP код:
public OnGameModeInit()
{
    
UsePlayerPedAnims();
    return 
1;




Re: Little Help! - Nirzor - 22.08.2012

Repped ya all thanks for the help