Commands
These are the list of available commands to be used by the home owner
or admin / real estate agent job. These commands name and explanation can
be configured through Config.commands
houseblip​
houseblip [type]
Toggles hide / show of the house blips
Arguments​
Argument | Data Type | Optional | Description |
---|---|---|---|
type | 'owned' or 'sell' or 'admin_owned' | false | Which blip you want to toggle |
Home owner​
managehomes​
managehomes
When you are inside a house it will open the house management menu. If you are outside it will list out all the houses you own. This is considerably one of the most important menu since all the things about the house is in here.
deletehomedoor​
deletehomedoor
This command is used to delete the door of your home that you have created
editfurniture​
editfurniture
This command toggles the mode to edit an existing furniture position.
furnish​
furnish
This command toggles the furnishing mode for your home.
Admin / Job​
raid​
raid
Raid an MLO door for police job or configured job in the config
createsign​
createsign
Assigns a signboard for a house that you can customize, this is mostly used for realestate job roleplay
setarea​
setarea
Sets an area or zone for Shell or Ipl type house. This is used so the owner can furnish outside their house as well.
starterapartment​
starterapartment
Manages starter apartment, add or remove the starter apartment list. Mostly used for QB
createhome​
createhome
This command is used to create a home shell or MLO.
deletehome​
deletehome
This command deletes the nearest home (Individual Complex) by distance of 5.0.
deleteapartment​
deleteapartment
This command deletes the nearest home (Apartment Complex) by distance of 5.0.
deleteflat​
deleteflat [name]
This command deletes the nearest room (Flat Complex) by distance of 5.0.
adminhomes​
adminhomes
Lists all the houses that exists within the server
Arguments​
Argument | Data Type | Optional | Description |
---|---|---|---|
flat | string | false | The room / flat name |
givehome​
givehome [homeId] [target]
Gives a player a house
Arguments​
Argument | Data Type | Optional | Description |
---|---|---|---|
homeId | string | false | The house identifier |
target | number | false | The player server id |
revokehome​
revokehome [homeId] [target]
Revokes a player a house or a house owner
Arguments​
Argument | Data Type | Optional | Description |
---|---|---|---|
homeId | string | false | The house identifier |
target | number | true | The player server id |
extendhome​
extendhome [homeId] [target]
Extends a house expiry date
Arguments​
Argument | Data Type | Optional | Description |
---|---|---|---|
homeId | string | false | The house identifier |
target | number | true | The player server id |
givefurniture​
givefurniture [target] [model]
Gives a player furniture model to their inventory
Arguments​
Argument | Data Type | Optional | Description |
---|---|---|---|
target | number | false | The player server id |
model | string | false | The furniture model name |
Debug mode​
These command will be available if you enabled the Config.debug
mode.
testshell​
testshell [shell]
This command will spawn a shell under the player current position. It is used to test whether the shell will spawn or not. This also is used to get the offset entrance of the shell.
Arguments​
Argument | Data Type | Optional | Description |
---|---|---|---|
shell | string | false | The shell name |
deleteshell​
deleteshell
After finishing testing the shell, delete the shell using this command.
getoffset​
getoffset
This command gets the offset when you are inside the shell from the command
testshell
. Place yourself at the entrance of the shell inside, then use the command.
This offset will then be written to the bcs_housing/offsets.txt
where you can
copy and paste the offset and add it to the Config.
screenshotfurniture​
screenshotfurniture [model]
Screenshot individual furniture models with more precise controls
Arguments​
Argument | Data Type | Optional | Description |
---|---|---|---|
model | string | false | The furniture model name |
screenshotinterior​
screenshotinterior [type] [interior]
Screenshot individual interiors for default display in catalogue
Arguments​
Argument | Data Type | Optional | Description |
---|---|---|---|
type | 'ipl' or 'shell' | false | The interior type |
interior | string | false | The interior model name within shells.lua and ipls.lua |