mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Merge pull request #399 from itschip/boat-exports
feat(boat/config): exports getting boat garages
This commit is contained in:
@@ -85,4 +85,8 @@ Config.Vehicles = {
|
||||
{model = 'squalo', label = 'Squalo (Random Color)', price = 61000},
|
||||
{model = 'toro', label = 'Toro', price = 200000},
|
||||
{model = 'submersible', label = 'Submersible', price = 750000}
|
||||
}
|
||||
}
|
||||
|
||||
exports('getGarages', function()
|
||||
return Config.Zones.Garages
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user