forked from Simnation/Main
ed
This commit is contained in:
parent
e81974f164
commit
421fb3b261
2 changed files with 9 additions and 4 deletions
|
@ -21,7 +21,7 @@ FobConfig = {
|
|||
description = 'Damit öffnest oder schließt du das Fahrzeugdach',
|
||||
icon = 'fas fa-car',
|
||||
price = 25000,
|
||||
canPurchase = false,
|
||||
canPurchase = true,
|
||||
action = function(vehicle)
|
||||
local roofState = GetConvertibleRoofState(vehicle)
|
||||
if roofState == 2 then return RaiseConvertibleRoof(vehicle, false) end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Generated with https://configurator.jgscripts.com at 8/7/2025, 6:27:52 AM
|
||||
-- Generated with https://configurator.jgscripts.com at 8/7/2025, 7:19:24 AM
|
||||
|
||||
Config = {}
|
||||
Config.Locale = 'de'
|
||||
|
@ -46,7 +46,12 @@ Config.GarageEnableInteriors = true
|
|||
Config.GarageLocations = {
|
||||
['Legion Square'] = {
|
||||
coords = vector3(215.09, -805.17, 30.81),
|
||||
spawn = vector4(212.42, -798.77, 30.88, 336.61),
|
||||
spawn = {
|
||||
vector4(218.47, -797.38, 29.76, 71.83),
|
||||
vector4(219.33, -794.57, 29.75, 74.14),
|
||||
vector4(220.95, -791.05, 29.75, 72.45),
|
||||
vector4(221.93, -787.85, 29.76, 75.63),
|
||||
},
|
||||
distance = 15,
|
||||
type = 'car',
|
||||
hideBlip = false,
|
||||
|
@ -55,7 +60,7 @@ Config.GarageLocations = {
|
|||
color = 0,
|
||||
scale = 0.6,
|
||||
},
|
||||
hideMarkers = true,
|
||||
hideMarkers = false,
|
||||
markers = {
|
||||
id = 21,
|
||||
size = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue