Death System bug.
#3

You have to preload the animation.

PHP код:
// Somewhere in your script
static const AnimLibs[][] =
{
    
"WUZI"
};
PreloadAnimLibFor(id)
{
    for(new 
0len sizeof(AnimLibs); leni++)
    {
        
ApplyAnimation(idAnimLibs[i], "null"0.0000000);
    }
}
// OnPlayerConnect
PreloadAnimLibFor(playerid); 
Might be a better way of preloading but I use this way.

Just put the lib in new lines.. "WUZI", "ect"
and remove the double ApplyAnimations in your script
Reply


Messages In This Thread
Death System bug. - by Matical - 14.09.2015, 02:27
Re: Death System bug. - by Matical - 14.09.2015, 04:02
Re: Death System bug. - by itsCody - 14.09.2015, 07:21
Re: Death System bug. - by Matical - 14.09.2015, 21:57
Re: Death System bug. - by Matical - 15.09.2015, 00:44
Re: Death System bug. - by itsCody - 15.09.2015, 07:50

Forum Jump:


Users browsing this thread: 1 Guest(s)