27.03.2016, 23:56
HTML Code:
PreloadAnimLib(playerid, animlib[]) return ApplyAnimation(playerid, animlib, "null", 0.0, 0, 0, 0, 0, 0);
Example:
PreloadAnimLib(playerid, "BOMBER");
You can put the code on OnPlayerConnect or OnPlayerSpawn.