Exports
Client
hasCooldown()
Checks if there is an active cooldown.
Returns:
true/false - True or False
Example:
local cooldown = exports.zrx_repairkit:hasCooldown()
if cooldown then
print('yes')
else
print('no')
endisBusy()
Checks if there is an active action.
Returns:
true/false - True or False
Example:
Last updated
Was this helpful?