Tiempo de animacion
#4

Quote:
Originally Posted by Zodiaco
Посмотреть сообщение
Me imagino algo asi, aun soy muy noob para esto pero se me ocurre asi.. talvez alguien lo haga mejor XDD

PHP код:
public OnGameModeInit()
{
SetTimerEx("Asalto"20000false"i"playerid); // aqui esta los 20 segundos
return1;
}
COMMAND:Robar(playerid,params[])
{
ApplyAnimation(playerid"BOMBER""BOM_Plant"4.0000001);
Asalto(playerid);
return 
1;
}
forward Asalto(playerid);
public 
Asalto(playerid)
{
ClearAnimations(playerid); // se detiene la animacion en 20 segun
return 1;

Todo el cуdigo estб mal XD

https://sampwiki.blast.hk/wiki/ApplyAnimation

PHP код:
ApplyAnimation(playerid"BOMBER""BOM_Plant"4.11110200001); 
Por cierto, creo que esta anim te vendrб mejor: BOM_Plant_2Idle
Reply


Messages In This Thread
Tiempo de animacion - by CHEO96 - 20.06.2016, 17:27
Re: Tiempo de animacion - by Zodiaco - 20.06.2016, 20:04
Re: Tiempo de animacion - by Unrea1 - 20.06.2016, 20:05
Respuesta: Re: Tiempo de animacion - by adri1 - 20.06.2016, 22:18
Re: Respuesta: Re: Tiempo de animacion - by CHEO96 - 20.06.2016, 22:34
Re: Tiempo de animacion - by CHEO96 - 20.06.2016, 22:50
Respuesta: Tiempo de animacion - by wharlos - 20.06.2016, 23:07
Re: Tiempo de animacion - by CHEO96 - 20.06.2016, 23:10
Respuesta: Tiempo de animacion - by wharlos - 20.06.2016, 23:13
Re: Tiempo de animacion - by CHEO96 - 20.06.2016, 23:18

Forum Jump:


Users browsing this thread: 1 Guest(s)