26 lines
663 B
Lua
26 lines
663 B
Lua
|
local AptNames = {
|
||
|
['apartment1'] = "South Rockford Drive",
|
||
|
["apartment2"] = "Morningwood Blvd",
|
||
|
["apartment3"] = "Integrity Way",
|
||
|
["apartment4"] = "Tinsel Towers",
|
||
|
["apartment5"] = "Fantastic Plaza",
|
||
|
}
|
||
|
|
||
|
local Shells = {
|
||
|
[1] = `shell_v16low`,
|
||
|
[2] = `shell_v16mid`,
|
||
|
[3] = `shell_trevor`,
|
||
|
[4] = `shell_trailer`,
|
||
|
[5] = `shell_lester`,
|
||
|
[6] = `shell_ranch`,
|
||
|
[7] = `container_shell`,
|
||
|
[8] = `furnitured_midapart`,
|
||
|
[9] = `modernhotel_shell`,
|
||
|
[10] = `shell_frankaunt`,
|
||
|
[11] = `shell_garagem`,
|
||
|
[12] = `shell_michael`,
|
||
|
[13] = `shell_office1`,
|
||
|
[14] = `shell_store1`,
|
||
|
[15] = `shell_warehouse1`
|
||
|
}
|