Exports
Client
hasCooldown()
local cooldown = exports.zrx_repairkit:hasCooldown()
if cooldown then
print('yes')
else
print('no')
endisBusy()
Last updated
local cooldown = exports.zrx_repairkit:hasCooldown()
if cooldown then
print('yes')
else
print('no')
endLast updated
local isBusy = exports.zrx_repairkit:isBusy()
if isBusy then
print('yes')
else
print('no')
end