[TDH]Boss wrote:"Press 1-5 to choose your bomb."
Duh, and which one is 5th?
I am also curious, if bomb arming is binded to the "vehicle_fire", how would you be able to do a DB?
Answered your first question in the comments of the newspost, for the second question:
bindKey ( player, "vehicle_fire", "down", "armBomb" )
unbindKey ( player, "vehicle_fire", "down", "armBomb" )
This is binding the key to the function armBomb. Thus, when you press the key that function is triggered (if the conditions are met as he specified as well). The driveby action on the keypress is not being removed.