public Hook_Buttons(ClientID, UC_Handle){ if(gClientDead[ClientID]) if (get_uc(UC_Handle, UC_Buttons)&&task_exists(TID)) { gClientDead[ClientID]=false spawn_func(ClientID) remove_task(TID). } return FMRES_IGNORED;}