21.09.2015, 00:45
Create an include file and put this in it. AnimationPreload.inc or something
http://pastebin.com/CwiF9J0E
At the top of your gamemode, include it.
#include <AnimationPreload.inc>
#include "AnimationPreload.inc"
depending on where you have it saved.
Then, under OnPlayerConnect, put:
preloadAnimations(playerid);
That should preload the animations.
http://pastebin.com/CwiF9J0E
At the top of your gamemode, include it.
#include <AnimationPreload.inc>
#include "AnimationPreload.inc"
depending on where you have it saved.
Then, under OnPlayerConnect, put:
preloadAnimations(playerid);
That should preload the animations.