ngd-propspawner/config.lua

13 lines
465 B
Lua
Raw Permalink Normal View History

2023-06-03 21:31:53 -05:00
Config = {}
2023-10-26 12:41:35 -05:00
Config.Persistent = true --Spawn props on player load.
Config.FrameWork = 'qb' --qb or esx
Config.debug = false --Enables prints and commands below.
2023-06-03 21:31:53 -05:00
Config.SpawnCommand = 'spawnprops'
Config.DeleteCommand = 'deleteprops'
Config.PropLocations = {
2023-10-26 12:41:35 -05:00
[1] = { coords = vector4(-1652.76, -3143.40, 13.99, 76), model = `bkr_prop_clubhouse_jukebox_02a` },
[2] = { coords = vector4(-1658.76, -3143.40, 13.99, 76), model = `hei_prop_heist_box` },
}