12.08.2011, 18:53
Hi!
I need this to preload the animations of the library filterscript gl_actions!
I got this under OnPlayerSpawn:
PreloadAnimLib(playerid,animlib[]);
and this under
OnPlayerDeath
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync);
ClearAnimations(playerid);
Without the filterscript, the animation won't load!
I need this to preload the animations of the library filterscript gl_actions!
I got this under OnPlayerSpawn:
PreloadAnimLib(playerid,animlib[]);
and this under
OnPlayerDeath
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync);
ClearAnimations(playerid);
Without the filterscript, the animation won't load!