Checks if there is an active cooldown.
Returns: true/false - True or False
true/false
Example:
local cooldown = exports.zrx_repairkit:hasCooldown() if cooldown then print('yes') else print('no') end
Checks if there is an active action.
Last updated 2 years ago
local isBusy = exports.zrx_repairkit:isBusy() if isBusy then print('yes') else print('no') end