La animaciуn bugea al jugador. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: La animaciуn bugea al jugador. (
/showthread.php?tid=604178)
La animaciуn bugea al jugador. -
Thewin - 01.04.2016
Buenas, tengo un progressbar que cada vez que baja se aplica una animaciуn ApplyAnimation(playerid, "GANGS", "DEALER_IDLE", 4.0, 0, 0, 0, 1, 1); entonces, cuando termina el progressbar he puesto StopAnims(playerid);, tambiйn ClearAnimations ect pero el jugador se queda como en un estado congelado de la animaciуn bugeada, ni descongelandome con comando administrativo puedo moverme їquй puedo hacer para pararla?
Respuesta: La animaciуn bugea al jugador. -
OTACON - 01.04.2016
Код:
ApplyAnimation(playerid,"CARRY","crry_prtial",4.0,0,0,0,0,0);//para detener la animacion
Re: La animaciуn bugea al jugador. -
FelipeBlanco - 03.04.2016
Podйs hacer como
OTACON o tambiйn intenta poner asн:
Код:
ApplyAnimation(playerid, "GANGS", "DEALER_IDLE", 4.0, 0, 0, 0, 0, 1);