Client Exports

This is a list of the available client side exports.

GetInsuranceStatus

-- This will return true/false if a player is insured

exports.MrNewbPrescriptions:GetInsuranceStatus()

ReturnInsuredRate

-- This will return a rate based on the copay percentage set in config
-- passing a value will do some math and if player is insured return a lower price

exports.MrNewbPrescriptions:ReturnInsuredRate(amount)

StopEffects

-- This export will stop drug effects set by this script
exports.MrNewbPrescriptions:StopEffects()

Last updated