Como ago para poner una anim cuando un jugador tien 10 de vida?
#4

Код:
// Second Life Virtual: Sistema de Herido
forward CheckVida();
public CheckVida()
{
	new Float:Life;
	for(new i=0;i<MAX_PLAYERS;i++)
	{
	  if(IsPlayerConnected(i))
	  {
	    GetPlayerHealth(i,Life);
			if(Life < 20.1)
			{
			  new Float:X,Float:Y,Float:Z;
			  GetPlayerPos(i,X,Y,Z);SetPlayerPos(i,X,Y,Z);TogglePlayerControllable(i,0);
				if(!IsPlayerInAnyVehicle(i)) ApplyAnimation(i, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
				{
					//SendClientMessage(i,COLOR_LIGHTRED," ACTIVA ESTO Y PON UN MENSAJE PARA K LE LLEGE AL JUGADOR SI LO DESEAS.");
}
me parece k eso algo asi:

PD: Recuerda agregar los "new" y los "forward"
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)