small problem

hi, im making a tank game, and i want to limit the number of shots fired to about once every two seconds or so. how can i do this? im using the add object actuator to place the bullets.

Use a timer prop and a property actuator or an expression to make sure the timer is above 0 before shooting. When it shoots use a property actuator to set the timer property to -2.0