stock is_user_in_water(id) { if(is_user_alive(id)) { if(pev(id,pev_waterlevel) >= 4) { return 1; } else { return 0; } } }