register_event("BombDrop", "bomb_drop", "b") /* Bomb has been dropped */ public bomb_drop(id) { new name[32] get_user_name(id, name, 31) client_print(0, print_chat, "%s has dropped the bomb", name) }