Skip to content

Commit

Permalink
tweak(conf): disable push to start
Browse files Browse the repository at this point in the history
  • Loading branch information
renzuzu committed Oct 30, 2021
1 parent 1c20611 commit 84fe899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renzu_hud/conf/vehicle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ config.carui_perclass = {
config.centercarhud = 'map' -- Feature of Car hud - MAP , MP3 (IF YOU CHOOSE MP3 you need renzu_mp3 as dependency, and renzu_mp3 need xsound) (MP3 not implemented yet..lazy..)
config.mapversion = 'satellite' -- available ( satellite, atlas, oldschool )
config.usecustomlink = true -- use custom url of image map // use this for now , self hosted is remove due to file size issue
config.push_start = true -- enable/disable push to start for modern UI
config.push_start = false -- enable/disable push to start for modern UI
config.mapurl = 'https://github.com/renzuzu/carmap/blob/main/carmap/atlas.webp?raw=true' -- if use custom url define it
--atlas link https://github.com/renzuzu/carmap/blob/main/carmap/oldschool.webp?raw=true
--satellite link https://github.com/renzuzu/carmap/blob/main/carmap/satellite.webp
Expand Down

0 comments on commit 84fe899

Please sign in to comment.