#include <amxmodx>#include <fun> public plugin_ini() { register_plugin("Allenwr","1.0","250 health") register_event("ResetHUD","event_hud","b")} public event_hud(id) { if(!is_user_alive(id)) return PLUGIN_HANDEL; set_user_health(id, 250)}