forked from Simnation/Main
ed
This commit is contained in:
parent
f705876ba8
commit
510e3ffcf2
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ Config.InsertVehicleKeyBind = 38
|
|||
Config.InsertVehiclePrompt = '[E] Store Vehicle'
|
||||
Config.ExitInteriorKeyBind = 38
|
||||
Config.ExitInteriorPrompt = '[E] Exit Garage'
|
||||
Config.UseTarget = true
|
||||
Config.UseTarget = false
|
||||
Config.TargetPed = 's_m_y_valet_01'
|
||||
Config.Target = 'qb-target'
|
||||
Config.UseRadialMenu = false
|
||||
|
@ -450,16 +450,16 @@ Config.GarageLocations = {
|
|||
}
|
||||
Config.PrivGarageCreateCommand = 'privategarages'
|
||||
Config.PrivGarageCreateJobRestriction = {
|
||||
'realestate',
|
||||
'admin',
|
||||
}
|
||||
Config.PrivGarageEnableInteriors = true
|
||||
Config.PrivGarageHideBlips = false
|
||||
Config.PrivGarageHideBlips = true
|
||||
Config.PrivGarageBlip = {
|
||||
id = 357,
|
||||
color = 0,
|
||||
scale = 0.7,
|
||||
}
|
||||
Config.JobGarageShowBlips = true
|
||||
Config.JobGarageShowBlips = false
|
||||
Config.JobGarageUniqueBlips = false
|
||||
Config.JobGarageSetVehicleCommand = 'setjobvehicle'
|
||||
Config.JobGarageRemoveVehicleCommand = 'removejobvehicle'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue