SA-MP Forums Archive
ped ?? Walking style on samp - 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: ped ?? Walking style on samp (/showthread.php?tid=609272)



ped ?? Walking style on samp - iAssassin - 10.06.2016

I've just finished the basic gamemode of my server but when I joined the ped or something like that ?? The walking was different than the normal. How am I able to change this.


Re: ped ?? Walking style on samp - xTURBOx - 10.06.2016

add this under ongamemodeint
Код:
UsePlayerPedAnims();



Re: ped ?? Walking style on samp - iAssassin - 10.06.2016

Hmm I don't know how to place it exactly, I started scripting 1 month ago..
What's needed ?? I got some errors.



btw already added a bracket below the return.


Re: ped ?? Walking style on samp - LeeXian99 - 11.06.2016

What are the errors btw? Mind showing us?


Re: ped ?? Walking style on samp - iAssassin - 11.06.2016

Nvm, I just added ''public OnGameModeInit()'' 2 times rather than just placing the ped line under the first ongamemodeinit..