ngd-propspawner/config.lua

9 lines
294 B
Lua
Raw Normal View History

2023-06-03 21:31:53 -05:00
Config = {}
Config.SpawnCommand = 'spawnprops'
Config.DeleteCommand = 'deleteprops'
Config.PropLocations = {
[1] = { coords = vector4(-1652.76, -3143.40, 13.99, 76), model = `YOURPROPNAMEHERE` },
[2] = { coords = vector4(-1658.76, -3143.40, 13.99, 76), model = `YOURPROPNAMEHERE` },
}