i'm not a good scripter so i can't really help u but i can give suggestion this might help, not sure if it works, change it alittle
Code:
register_event("EventDeath", "Event_Death", "a")
register_event("EventAlive", Event_Alive", "ab")
Code:
public Event_Death(id)
{
g_heal[id] = false
}
PLUGIN_CONTINUE
}
public Event_Alive(id)
{
g_heal[id] = true
}
PLUGIN_CONTINUE
}