Quote:
Originally Posted by CrazY.
Code:
public plugin_init()
{
register_event("DeathMsg", "Event_DeathMsg", "ae")
}
public Event_DeathMsg()
{
new victim = read_data(2)
amxclient_cmd(victim, "say", "/hp")
amxclient_cmd(victim, "say", "/me")
}
|
Is there a timing script somehow? Because when i get killed it automatically shows * You have no killer
maybe should like add 1 sec interval before it shows?