11.03.2014, 14:55
Hola, estoy haciendo un trabajo en mi servidor y a la hora de poner una animaciуn no la cumple, y a la hora de quitarla tampoco, alguna idea?, Probй a poner las animaciones con comando y tampoco ._.
PD; lo tengo asi:
Cuando tiene que hacer la Anim:
y cuando tiene que parar la Anim:
PD; lo tengo asi:
Cuando tiene que hacer la Anim:
PHP код:
ApplyAnimation(playerid,"CHAINSAW","CSAW_G",4.1,1,1,1,0,1);
DisablePlayerCheckpoint(playerid);
SetTimer("ArbolCortado", 5000, 0);
TogglePlayerControllable(playerid, false);
PHP код:
ClearAnimations(playerid);
DestroyDynamicObject(Arbol[3]);
Arbol[5] = CreateDynamicObject(843, -496.4, -149, 74.2, 0, 0, 0);
ClearAnimations(playerid);
TogglePlayerControllable(playerid, true);