public drug_player(player){ if(is_user_alive(player)) { message_begin(MSG_ONE, gmsgSetFOV, {0, 0, 0}, player) write_byte(170) message_end() } }