It works, thanks man, but i have one more problem.
I edited hide_menu
Code:
public hide_menu(tid){
new id = tid-TID_HIDE_MENU
show_menu(id, 0, "^n", 1)
set_task(1.0, "Respawn", id)
}
and
Code:
public Respawn(id)
{
if(is_user_alive(id))
return HAM_IGNORED;
ExecuteHamB(Ham_CS_RoundRespawn, id);
return HAM_IGNORED;
}
Why after connect i don't see "Respawned" message?
client_print(id, print_chat, "Respawned!");