A bit help with ApplyAnimation - 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: A bit help with ApplyAnimation (
/showthread.php?tid=476592)
A bit help with ApplyAnimation -
qazwsx - 19.11.2013
holla
i need a bit help with ApplyAnimation. Below is my codes:
pawn Code:
ApplyAnimation(playerid,"PED","BOM_Plant",4.1,0,0,0,1,0,1);
Mainly what i want to do here is play an animation which is Planting a bomb.
When i test it, The animation doesnt play.
So what suppose should i do here?
thank you
Re: A bit help with ApplyAnimation -
RayDcosta - 19.11.2013
i think youre using the wrong library
try
Code:
ApplyAnimation(playerid,"BOMBER","BOM_Plant",4.0,0,0,0,0,0);