Hud solo al estar muerto
#1
Hola quisiera un plugin simple
solo quiero que se muestre un hud solo al morir por 5 segundos luego que se auto elimine el hud despues que halla pasado 5 segundos

Gracias por adelantado Nothingdohere
Pawn progress %15 Thinking
Responder
#2
Código PHP:
/* Sublime AMXX Editor v2.2 */

#include <amxmodx>
#include <hamsandwich>

#define PLUGIN "Nuevo Plugin"
#define VERSION "1.0"
#define AUTHOR "Rojeda"


public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)

    
RegisterHam(Ham_Killed"player""Ham_PlayerKilled_Post"true)
}

public 
Ham_PlayerKilled_Post(victimaatacanteshouldgib)
{
    if (!
is_user_connected(victima))
        return;

    
set_hudmessage(02550, -1.00.3011.05.0)
    
show_hudmessage(victima"TU MENSAJE")

"Cada golpe es una lección, y cada lección te hace mejor."

[Imagen: b_350_20_000000_8a7300_ffffff_eeff00.png]
[Imagen: 76561198371193937.png]
Responder


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)