Quote:
Originally Posted by Konstantinos
pawn Код:
stock PreloadAnimLib(playerid, animlib[]) { ApplyAnimation(playerid,animlib,"null",0.0,0,0,0,0,0); }
Pre-load the animation before using it. So check if the player spawns for first time (in OnPlayerSpawn) and pre-load the animation(s) you want to use.
|
you mean i have to put this stock, and put under OnPlayerSpawn:
pawn Код:
PreloadAnimLib(playerid, animlib[]);