[Release][ESX][Free] Properties menu rework

Personal rework of esx_property for es_extended.


Features

  • Buy a home
  • Rent a home
  • New menu where you can invite other players to your residence or leave it
  • Personal storage where you can deposit/take things
  • Personal cloakroom where you can alter the style of your character

Preview

If the preview doesn’t work, click me!

Download

Installation

  1. Read the GitHub description
  2. Download Master or Release & Extract the .zip or Open the .zip.
  3. Edit the config.lua before starting the script.
  4. Import the included new_property.sql file included.
  5. Add ensure esx_property to your server.cfg.
  6. You’re set!
  7. Do not change the name or it will not work.

Issues

  • Every property needs to be rewrite
1 Like

Please work on your trust level to post in #development:releases individually next time.

1 Like

Nice release is it all done by you?

Nono, I’ve just reworked the blips, removed some functions that weren’t needed anymore, added the depencies needed to work as I intended.
As I wrote in the github readme and at the top here, it’s a rework, the original resource is linked if you’d like to see the differences between these two.

i tested it and did not work for my but will try again after change the inv as I do not use esx_inventoryhud, had no markers or homes showing on the map

No markers on the map my brother because I’m still rewriting all the properties. If you go inside you sql table and create a property inside the properties table, it will pop up!
I’ve provided for now only the new table structure.
Run this inside your sql:

INSERT INTO `properties` (`id`,`name`,`label`,`entering`,`inside`,`outside`,`ipls`,`gateway`,`is_single`,`is_room`,`is_gateway`,`room_menu`,`inventory`,`cloakroom`,`price`) VALUES (
1, 'WildOatsDrive', '3655 Wild Oats Drive', '{"y":502.696,"z":136.421,"x":-176.003}', '{"y":495.069,"z":136.666,"x":-173.331}', '{"y":506.412,"z":135.0664,"x":-177.927}', '[]', NULL, 1, 1, 0, '{"y":497.817,"z":136.653,"x":-174.349}', '{"x":-174.725,"y":493.095,"z":129.043}', '{"x":-167.4,"y":488.1,"z":132.9}');

Give it a try and let me know!
In this house the cloakroom is not configured, if you gimme 5 minutes I’ll write here the coords!

Ok!
Now the query is complete. Try it in your db, give your server a restart and lemme know! :smiley:

ok i tryed that and had this come up #1136 - Column count doesn't match value count at row 1

can you send me a screen of your table structure?

sent via DM

still no luck

we will fix everything no worries brother