Permissions

How to give perms

Open the perms.lua file in the script to give yourself permission.

-- Put only Rockstar license in here to give access to the panel!
Perms = {
"license:2851916bfda5xxxxxxxxxxxxxxxxxxxxxxxxx"
}

Paste your own rockstar license code into the perms table.

-- Put only Rockstar license in here to give access to the panel!
Perms = {
"license:2851916bfda5dcc61d56f2a17c6d8e0c34e91c79",
"license:new license here",
}

Make sure it looks like this and don't skip the commas!

Adding admin is that simple, you can add admin unlimitedly thanks to this table.

You can access this link to learn how to find your Fivem license id.

How to give realestate permission

After giving yourself admin permission, use the /housing_panel command from within the game and then through the panel that opens. Click on the Config tab.

As shown on the screen, if you want to turn on the realestate feature, activate the "EnableRealEstate" checkbox. If it is active, click on the menu in the "RealEstateJobs" tab. Click on "Add New" in the menu that opens.

A modal will open for you to add new jobs. You can enter the job name you want in the input in the modal. Example "realestate". It can be any job defined on your server.

In this way you add a new job. With Multijob you can add as many jobs as you want. If you want to delete it, just click on the job you added.

It will automatically delete it when you click.

After all these operations, you will need to manually restart the script. Do not forget to restart the script.

If for some reason this config file can't be edited from the menu or is buggy, or if you want to use the old way of doing things. Format the /data/config.json file and make it more readable and you can now edit it. After editing, the script will require a restart.

Last updated