9 lines
294 B
Lua
9 lines
294 B
Lua
![]() |
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` },
|
||
|
}
|