// ...set_task(5.0, "get_health", id, _, _, "b")//...public get_health(id){ if(get_user_health(id) >= 1000) { client_print(id,chat_print,"hp = over 1000") }}