[Ajuda] Erro Cmd
#2

GetPlayerHealth nгo returna a vida.

pawn Код:
public AtualizarChatBubble()
{
    for(new x = 0; x < MAX_PLAYERS; x++)
    {
        if(NaArena[x] == 1 || NaGZ[x] == 1)
        {
            new string[60], Float:Vida;  GetPlayerHealth(x, Vida);
            format(string, sizeof(string), "{F0F000}Vida {FF5151}%f", Vida);
            SetPlayerChatBubble(x, string, -1, 30.0, 999999);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Erro Cmd - by Maklister - 02.11.2012, 03:43
Re: Erro Cmd - by zSuYaNw - 02.11.2012, 04:12
Re: Erro Cmd - by Maklister - 02.11.2012, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)