[Ajuda] Sistema de Ficar Inconsciente ;(
#1

pawn Code:
new bool:pIncosciente[MAX_PLAYER_NAME];

public OnPlayerStateChange(playerid, newstate, oldstate)
{
      new Float:Vida;
      GetPlayerHealth(playerid, Vida);
      if(Vida <= 15.0)
      {

            ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
            TogglePlayerControllable(playerid, 0);
            pIncosciente[playerid] = true;
       }
       return 1;
}
Oi , esse codigo atй compila, mas na hora de testar, nao acontece nada, quando fica com 15 ou menos de life nao acontece nada . Se alguem me poder ajudar e explicar agradeco.

OBS: Sou novato estou aprendendo nao me julguem rsrsrs(mentira, a vontade kk )
Reply
#2

Tenta por na OnPlayerUpdate
Reply
#3

Ah sim, obrigado! Erro Meu .-! +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)