Animation doenst work?
#2

Preload your Animations.

Код:
public OnPlayerConnect(playerid)
{
    PreloadAnimLib(playerid,"CRACK");
}
    return 1;
}
This somwhere in your Script, not in a public:

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


Messages In This Thread
Animation doenst work? - by Typhome - 03.03.2011, 15:34
Re: Animation doenst work? - by Stigg - 03.03.2011, 15:45
Re: Animation doenst work? - by Typhome - 03.03.2011, 15:56
Re: Animation doenst work? - by iggy1 - 03.03.2011, 15:59
Re: Animation doenst work? - by Typhome - 03.03.2011, 16:09

Forum Jump:


Users browsing this thread: 2 Guest(s)