Exports/Events
exports["sc_garages"]:inGarageZone()
-- This export returns a boolean:
-- true if the player is currently inside a garage zone,
-- false if the player is not inside any garage zone.TriggerEvent("venergu:openGarage")
-- Triggers the garage menu for the player, allowing them to view and retrieve their stored vehicles.TriggerEvent("venergu:openImpound")
-- Triggers the impound menu for the player, displaying a list of impounded vehicles available for recovery.Last updated