SA-MP Forums Archive
ApplyAnimation visibility - 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: ApplyAnimation visibility (/showthread.php?tid=363346)



ApplyAnimation visibility - Killer#Mummy - 27.07.2012

Hi!

I applied an animation to player but the animation is visible only at player, who is doing it. The other players just see him standing and moving a little, but no animation. I know that I must preload animation library but still - no animation.

I'm using this code:
pawn Code:
PreLoadAnimLib(playerid,"BOMBER"); ApplyAnimation(playerid,"BOMBER","BOM_Plant",1.1,0,1,1,0,1000,1);