[Ayuda] Animacion bug
#2

pawn Код:
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.1, 1, 1, 1, 1, 6000, 1);
SA-MP Wiki:
pawn Код:
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync);
Al parecer tienes el parбmetro de "loop" en 1, por lo que siempre se repetirб la acciуn, intenta cambiбndolo a 0:

pawn Код:
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.1, 0, 1, 1, 1, 6000, 1);

Espero que te funcione.
Reply


Messages In This Thread
[Ayuda] Animacion bug - by vegaltasendai - 15.04.2014, 01:09
Respuesta: [Ayuda] Animacion bug - by EduGTA - 15.04.2014, 01:36
Re: Respuesta: [Ayuda] Animacion bug - by vegaltasendai - 15.04.2014, 02:48

Forum Jump:


Users browsing this thread: 1 Guest(s)