Animation probleme
#3

Game need to Load anims from game files, you need to preload anim library at playerspawn

use this one anywhere in script but NOT UNDER something.

pawn Код:
PreloadAnimLib(playerid, animlib[])
{
    ApplyAnimation(playerid,animlib,"null",0.0,0,0,0,0,0);
}
and OnPlayerSpawn
pawn Код:
PreloadAnimLib(playerid,animlib[]);
Reply


Messages In This Thread
Animation probleme - by [Ask]Terminator - 29.07.2010, 19:09
Re: Animation probleme - by Carlton - 29.07.2010, 19:13
Re: Animation probleme - by ikey07 - 29.07.2010, 19:14
Re: Animation probleme - by [Ask]Terminator - 29.07.2010, 21:26
Re: Animation probleme - by Kayla.S - 29.07.2010, 22:02

Forum Jump:


Users browsing this thread: 1 Guest(s)