mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
51 lines
1.8 KiB
Lua
51 lines
1.8 KiB
Lua
Stores = {
|
|
--[["paleto_twentyfourseven"] = {
|
|
position = { ['x'] = 1736.32092285156, ['y'] = 6419.4970703125, ['z'] = 35.037223815918 },
|
|
reward = math.random(100,1000),
|
|
nameofstore = "24/7. (Paleto Bay)",
|
|
lastrobbed = 0
|
|
},]]
|
|
["sandyshores_twentyfoursever"] = {
|
|
position = { ['x'] = 1961.24682617188, ['y'] = 3749.46069335938, ['z'] = 32.3437461853027 },
|
|
reward = math.random(500,5000),
|
|
nameofstore = "24/7. (Sandy Shores)",
|
|
lastrobbed = 0
|
|
},
|
|
["bar_one"] = {
|
|
position = { ['x'] = 1986.1240234375, ['y'] = 3053.8747558594, ['z'] = 47.215171813965 },
|
|
reward = math.random(500,5000),
|
|
nameofstore = "Yellow Jack. (Sandy Shores)",
|
|
lastrobbed = 0
|
|
},
|
|
["ocean_liquor"] = {
|
|
position = { ['x'] = -2959.33715820313, ['y'] = 388.214172363281, ['z'] = 14.0432071685791 },
|
|
reward = math.random(1000,10000),
|
|
nameofstore = "Robs Liquor. (Great Ocean Higway)",
|
|
lastrobbed = 0
|
|
},
|
|
["sanandreas_liquor"] = {
|
|
position = { ['x'] = -1219.85607910156, ['y'] = -916.276550292969, ['z'] = 11.3262157440186 },
|
|
reward = math.random(1000,10000),
|
|
nameofstore = "Robs Liquor. (San andreas Avenue)",
|
|
lastrobbed = 0
|
|
},
|
|
["grove_ltd"] = {
|
|
position = { ['x'] = -43.4035377502441, ['y'] = -1749.20922851563, ['z'] = 29.421012878418 },
|
|
reward = math.random(1000,10000),
|
|
nameofstore = "LTD Gasoline. (Grove Street)",
|
|
lastrobbed = 0
|
|
},
|
|
["mirror_ltd"] = {
|
|
position = { ['x'] = 1160.67578125, ['y'] = -314.400451660156, ['z'] = 69.2050552368164 },
|
|
reward = math.random(1000,10000),
|
|
nameofstore = "LTD Gasoline. (Mirror Park Boulevard)",
|
|
lastrobbed = 0
|
|
},
|
|
["littleseoul_twentyfourseven"] = {
|
|
position = { ['x'] = -709.17022705078, ['y'] = -904.21722412109, ['z'] = 19.215591430664 },
|
|
reward = math.random(1000,10000),
|
|
nameofstore = "24/7. (Little Seoul)",
|
|
lastrobbed = 0
|
|
}
|
|
}
|