Annimaton problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Annimaton problem (
/showthread.php?tid=264501)
Annimaton problem -
Roko_foko - 26.06.2011
Hello!
Could someone tell me what this 'PED' means? I saw it's important (I have changed it and my server crashed).
So could anyone give me link where it is described/explained, or tell me how to use that parametar.Samp Wiki names the parametar
as: animlib[] - The library name of the animation.
ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1 ,1,1,1,1);
Thank You In advance.
Re: Annimaton problem -
iPLEOMAX - 26.06.2011
PED is the animation library where certain animations of similar type (ped) is stored.
And "Walk_Drunk" is the name of the animation inside the library.
It is just like a ZIP file with many other files inside it.
Check this two:
ApplyAnimation - Yes, its the function that makes a player to play the animation.
Animations - You will find numerous types of animation libs & their names here.
Re: Annimaton problem -
Roko_foko - 26.06.2011
Oh I got it, thank you very much.