forked from Simnation/Main
6586 lines
277 KiB
Lua
6586 lines
277 KiB
Lua
Config.Motels = {
|
|
[1] = {
|
|
Owner = "",
|
|
Name = "Pinkcage Motel",
|
|
Location = "Pinkcage",
|
|
Description = "The Pink Cage Motel is a stylish and functional motel located near the street. It consists of 38 rooms, making it a prominent choice for accommodation.",
|
|
Job = "motel1",
|
|
Motelid = 1,
|
|
Price = 2000,
|
|
VIPUpgradeMoney = 50000,
|
|
MiddleUpgradeMoney = 25000,
|
|
CompanyMoney = 1000,
|
|
RentMotel = vector3(324.84, -229.52, 54.22),
|
|
OpenBossMenu = vector3(324.84, -229.52, 54.22),
|
|
MotelCamDashboard = vector4(304.84, -194.82, 65.74, 224.01),
|
|
TotalRooms = 38,
|
|
ActiveRooms = 30,
|
|
DamagedRooms = 8,
|
|
History = {},
|
|
Employes = {
|
|
Name = "",
|
|
Salary = 0,
|
|
Rank = 0,
|
|
Date = "",
|
|
Citizenid = "",
|
|
},
|
|
Blip = true, -- Enable/Disable Blip
|
|
BlipSettings = { -- https://docs.fivem.net/docs/game-references/blips/
|
|
ID = 475, -- Blip ID
|
|
Scale = 1.0, -- Blip Size
|
|
Color = 8 -- Color of the Blip
|
|
},
|
|
Rooms = {
|
|
{
|
|
Coords = vector4(312.88, -218.76, 54.22, 157.82),
|
|
motelno = 1,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "VIP",
|
|
theme = "modern",
|
|
wall = "black",
|
|
money = 1000, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = true,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(310.87, -217.99, 54.22, 160.41),
|
|
motelno = 2,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Middle",
|
|
theme = "",
|
|
wall = "",
|
|
money = 400,
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
Money = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(307.46, -216.67, 54.22, 156.79),
|
|
motelno = 3,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(307.55, -213.19, 54.22, 67.86),
|
|
motelno = 4,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(309.48, -208.0, 54.22, 67.73),
|
|
motelno = 5,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(311.23, -203.43, 54.22, 52.15),
|
|
motelno = 6,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(313.38, -198.02, 54.22, 50.13),
|
|
motelno = 7,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(315.64, -194.86, 54.23, 333.03),
|
|
motelno = 8,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(319.23, -196.17, 54.23, 327.18),
|
|
motelno = 9,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(321.19, -196.92, 54.23, 327.64),
|
|
motelno = 10,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(312.73, -218.75, 58.02, 168.18),
|
|
motelno = 11,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(310.94, -218.16, 58.02, 133.37),
|
|
motelno = 12,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(307.38, -216.7, 58.02, 159.22),
|
|
motelno = 13,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(307.54, -213.37, 58.02, 61.52),
|
|
motelno = 14,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(309.54, -208.17, 58.02, 65.79),
|
|
motelno = 15,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(311.35, -203.43, 58.02, 59.44),
|
|
motelno = 16,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(313.32, -198.27, 58.02, 61.36),
|
|
motelno = 17,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(315.67, -194.81, 58.02, 334.77),
|
|
motelno = 18,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(319.37, -196.23, 58.02, 336.56),
|
|
motelno = 19,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(321.1, -196.9, 58.02, 340.09),
|
|
motelno = 20,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(329.46, -225.23, 54.22, 162.33),
|
|
motelno = 21,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(331.56, -226.09, 54.22, 151.08),
|
|
motelno = 22,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(335.06, -227.34, 54.22, 165.43),
|
|
motelno = 23,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(337.17, -224.86, 54.22, 260.2),
|
|
motelno = 24,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(339.2, -219.29, 54.22, 248.51),
|
|
motelno = 25,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(340.88, -214.88, 54.22, 247.96),
|
|
motelno = 26,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(343.01, -209.38, 54.22, 269.08),
|
|
motelno = 27,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(344.67, -205.02, 54.22, 271.28),
|
|
motelno = 28,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(346.75, -199.81, 54.22, 244.46),
|
|
motelno = 29,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(329.48, -225.18, 58.02, 134.19),
|
|
motelno = 30,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(331.66, -225.96, 58.02, 156.48),
|
|
motelno = 31,
|
|
Active = false,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(334.91, -227.22, 58.02, 186.15),
|
|
motelno = 32,
|
|
Active = false,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(337.13, -224.73, 58.02, 260.98),
|
|
motelno = 33,
|
|
Active = false,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(339.13, -219.55, 58.02, 265.55),
|
|
motelno = 34,
|
|
Active = false,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(340.89, -214.88, 58.02, 267.37),
|
|
motelno = 35,
|
|
Active = false,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(342.9, -209.64, 58.02, 248.27),
|
|
motelno = 36,
|
|
Active = false,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(344.65, -205.08, 58.02, 243.98),
|
|
motelno = 37,
|
|
Active = false,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(346.74, -199.76, 58.02, 227.76),
|
|
motelno = 38,
|
|
Active = false,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
},
|
|
[2] = {
|
|
Owner = "",
|
|
Name = "Starlight Motel",
|
|
Location = "VINEWOOD",
|
|
Description = "This motel has several reasons for being cheap and used. It has a total of 26 rooms available.",
|
|
Job = "motel2",
|
|
Motelid = 2,
|
|
TotalRooms = 30,
|
|
ActiveRooms = 30,
|
|
DamagedRooms = 0,
|
|
Price = 20000,
|
|
VIPUpgradeMoney = 50000,
|
|
MiddleUpgradeMoney = 25000,
|
|
CompanyMoney = 1000,
|
|
RentMotel = vector3(961.55, -193.98, 73.21),
|
|
OpenBossMenu = vector3(200.55, -193.98, 73.21),
|
|
MotelCamDashboard = vector4(966.35, -190.22, 79.4, 164.43),
|
|
History = {},
|
|
Employes = {
|
|
Name = "",
|
|
Salary = 0,
|
|
Rank = 0,
|
|
Citizenid = "",
|
|
},
|
|
Blip = true, -- Enable/Disable Blip
|
|
BlipSettings = {
|
|
ID = 475,
|
|
Scale = 1.0,
|
|
Color = 29
|
|
},
|
|
Rooms = {
|
|
{
|
|
Coords = vector4(970.92, -199.39, 73.21, 223.89),
|
|
motelno = 1,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(967.4715, -205.0472, 73.2794, 224.0581),
|
|
motelno = 2,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(964.2440, -209.6481, 73.2350, 245.8244),
|
|
motelno = 3,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(961.9489, -214.2497, 73.2096, 218.3015),
|
|
motelno = 4,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(957.7321, -214.3486, 73.2131, 132.2242),
|
|
motelno = 5,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(951.7450, -210.7556, 73.2052, 140.8250),
|
|
motelno = 6,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(948.8646, -209.0596, 73.2119, 126.2709),
|
|
motelno = 7,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(947.4843, -205.9128, 73.2119, 52.7210),
|
|
motelno = 8,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(950.2048, -201.2877, 73.2316, 45.1294),
|
|
motelno = 9,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(953.0400, -196.5822, 73.2153, 46.2166),
|
|
motelno = 10,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(970.8861, -199.3862, 76.2726, 231.5197),
|
|
motelno = 11,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(967.4618, -205.0735, 76.2727, 236.6633),
|
|
motelno = 12,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(964.6741, -209.6034, 76.2727, 228.2366),
|
|
motelno = 13,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(961.9011, -214.3376, 76.2727, 235.1821),
|
|
motelno = 14,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(957.7510, -214.3599, 76.2965, 125.1894),
|
|
motelno = 15,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(951.7556, -210.7549, 76.2965, 128.2347),
|
|
motelno = 16,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(948.8585, -209.0514, 76.2965, 117.9608),
|
|
motelno = 17,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(947.5497, -205.8072, 76.2965, 49.6564),
|
|
motelno = 18,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(950.2462, -201.1430, 76.2965, 38.7137),
|
|
motelno = 19,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(953.0054, -196.6664, 76.2965, 41.3417),
|
|
motelno = 20,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(970.9110, -199.3714, 79.3634, 229.9999),
|
|
motelno = 21,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(967.4308, -205.1319, 79.3634, 221.2234),
|
|
motelno = 22,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(964.7319, -209.6180, 79.3634, 206.3413),
|
|
motelno = 23,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(961.8548, -214.3806, 79.3634, 212.8314),
|
|
motelno = 24,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(957.6234, -214.2803, 79.3634, 125.5581),
|
|
motelno = 25,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(951.8051, -210.8060, 79.3634, 125.8946),
|
|
motelno = 26,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(948.7197, -208.9768, 79.3634, 134.8116),
|
|
motelno = 27,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
},
|
|
StyleMenu = {
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075303669810/modern.png",
|
|
name = "modern",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076520030218/seductive.png",
|
|
name = "seductive",
|
|
durum = false,
|
|
price = 5000
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075978969108/moody.png",
|
|
name = "moody",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074599039027/vibrant.png",
|
|
name = "vibrant",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076872355973/sharp.png",
|
|
name = "sharp",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644075555340441/monochrome.png",
|
|
name = "monochrome",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644076247388231/regal.png",
|
|
name = "regal",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "style",
|
|
png = "https://cdn.discordapp.com/attachments/1095505976725078167/1106644074989113344/aqua.png",
|
|
name = "aqua",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://cdn.shopify.com/s/files/1/0178/2936/3812/products/1_42_1024x1024.png?v=1617035503",
|
|
name = "strip",
|
|
durum = false,
|
|
price = 5000,
|
|
},
|
|
{
|
|
type = "extra",
|
|
png = "https://e7.pngegg.com/pngimages/85/460/png-clipart-riga-black-balsam-cocktail-gin-distilled-beverage-alcohol-splash.png",
|
|
name = "booze",
|
|
durum = true,
|
|
price = 5000,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(947.4644, -205.9383, 79.3634, 52.9247),
|
|
motelno = 28,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(950.2888, -201.1973, 79.3634, 40.4955),
|
|
motelno = 29,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
}
|
|
},
|
|
{
|
|
Coords = vector4(953.0862, -196.5501, 79.3634, 59.5358),
|
|
motelno = 30,
|
|
Active = true,
|
|
Rent = false,
|
|
type = "Squatter",
|
|
theme = "",
|
|
wall = "",
|
|
money = 100, -- In the absence of a motel owner, the rental fee for a 24-hour room is determined.
|
|
fixmoney = "",
|
|
strip = false,
|
|
booze = true,
|
|
Owner = {
|
|
Name = "",
|
|
Lastname = "",
|
|
PhoneNumber = "",
|
|
Date = "",
|
|
RoomsOwner = "",
|
|
MyMoney = "",
|
|
OyuncuOdada = false,
|
|
Friends = {
|
|
Citizenid = nil,
|
|
Name = nil,
|
|
Lastname = nil,
|
|
},
|
|
}
|
|
},
|
|
|
|
|
|
}
|
|
},
|
|
}
|