Problem with animation
#6

Do this

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

public OnPlayerSpawn(playerid)
{
    PreloadAnimLib(playerid, "BEACH");
}
Add any anim libs that you use in your script in a PreLoadAnimLib(playerid, lib[]) under OnPlayerSpawn.
Reply


Messages In This Thread
Problem with animation - by deimantas1 - 17.09.2012, 15:36
Re: Problem with animation - by detter - 17.09.2012, 15:38
Re: Problem with animation - by deimantas1 - 17.09.2012, 15:39
Re: Problem with animation - by vIBIENNYx - 17.09.2012, 16:06
Re: Problem with animation - by XtremeR - 17.09.2012, 16:35
Re: Problem with animation - by DeathTone - 17.09.2012, 16:39
Re: Problem with animation - by deimantas1 - 17.09.2012, 17:05

Forum Jump:


Users browsing this thread: 2 Guest(s)