syntax: [vehiclename,100] exec "speeding.sqs"
100 is the limit, you can set as you wish
speeder.sqs:
_speeder = _this select 0
_limit = _this select 1
#traffipax
@ speed _speeder > _limit
hint "you are speeding"
@ speed _speeder < _limit
goto "traffipax"
exit