26.11.2016, 00:57
Quote:
hey,
in the beginning of my filterscript i load all animations, just to be sure that they will be played without having to type the command twice. However it crashed the player, is there a safer way to do it ? Or is it just impossible to load every libraries at the same time? thanks! |
StartingSomeAnimation(playerid) {
ApplyAnimation(playerid, "CHAINSAW", "CSAW_1", 4.1, 1, 0, 0, 0, 0, 1);
How to use:
in command or else
StartingSomeAnimation(playerid);