ApplyAnimation works after 2nd call only
#2

Put this at OnPlayerSpawn (ofcourse adding your own animation libraries)
pawn Код:
PreloadAnimLib(playerid, "PED");
    PreloadAnimLib(playerid, "OTB");
    PreloadAnimLib(playerid, "PAULNMAC");
    PreloadAnimLib(playerid, "VENDING");
    PreloadAnimLib(playerid, "INT_SHOP");
    PreloadAnimLib(playerid, "BOMBER");
And you need this stock:
pawn Код:
stock PreloadAnimLib(playerid, animlib[])
    ApplyAnimation(playerid,animlib,"null",0.0,0,0,0,0,0);
Reply


Messages In This Thread
ApplyAnimation works after 2nd call only - by BloodyEric - 18.10.2011, 08:26
Re: ApplyAnimation works after 2nd call only - by Vince - 18.10.2011, 08:55
AW: ApplyAnimation works after 2nd call only - by BloodyEric - 18.10.2011, 09:02

Forum Jump:


Users browsing this thread: 1 Guest(s)