Exports & Events

It exports events only for heists progress status.

If you need further assistance, you can get in touch with us through our Discord

Exports

This export will work both server-side and client-side.

-- Heist name: For example, "storerobbery". This name should be given in the configuration.
-- state - boolean 
exports['g-scoreboardV2']:SetHeistAvailability(heistname, true)

Events

This event will work server-side

-- Heist name: For example, "storerobbery". This name should be given in the configuration.
-- state - boolean 
TriggerEvent('g-scoreboardv2:SetHeistAvailability', heistname, true)

Last updated