Exports For Developers
Check Insurance
local src = source
local hasInsurance = exports['loki_prescriptions']:hasInsurance(src)
if hasInsurance then
print("Player has insurance")
else
print("Player has no insurance")
endLast updated