ποΈStarter Apartments
How starter apartments are created, configured, and granted to players.
β
Setup
1
Configure the starter apartment
StarterApartment = {
Enabled = true,
DisableForceSale = true,
DisableSell = true,
DisableRent = true,
DisableInactivity = true,
DisableFurniture = true,
BuildingId = 1,
Address = "Los Santos",
Name = "Starter Apartment",
UniqueName = true,
RentedInstead = true,
InitialRentDays = 7,
FutureRentPrice = 500,
Interior = {
type = "shell",
name = "Container",
},
Inventory = {
slots = 10,
weight = 10000,
},
InteractablePoints = {
["OpenInventory"] = true,
["ClothingMenu"] = true,
}
},Config reference
Common issues
Last updated