error 017: undefined symbol "animlib"
#1

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!
Reply
#2

Please, anybody?
Reply
#3

Quote:
Originally Posted by samtey
Посмотреть сообщение
I need this...
Need what?
Reply
#4

PHP код:
    public OnPlayerDeath(playeridkilleridreason)
    {
    
        
ApplyAnimation(playeridanimlib[], animname[], Float:fDeltalooplockxlockyfreezetimeforcesync);
        
ApplyAnimation(playerid"KNIFE""KILL_Knife_Ped_Die"4.1011101); //THIS I NEED THIS 
It doesn't work, when a player dies! Dunno what to do!
Reply
#5

Please, anybody help me!
Reply
#6

delete first ApplyAnimation()
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)