[Release][ESX] Properties

how to fix so it works with “KASHacters Multi” ? i think property looking for steam:XXXXXXXX in SQL but it makes char"number":XXXXXXXXX

more clear: example: char1:XXXXXXX

Very tired so sorry if in not clear enough =/

1 Like

Same here, any solution?

Moderators:
Can you please remove this post i have not authorized or publicly released this script yet. and the poster does not have nor seeked my permission to post this publicly

Thanks

have u fixed this?

I have same problem as you i notice :(, you found fix for this yet?

Weapons etc works to deposit into property, but not ESX its, im getting same error output as you when trying deposit ESX items like meth example :confused: really annoying

It was on your github as a repository if it wasn’t to be released then why place it on tgere?

Was it posted in releases?
Nope
Was it announced as released by myself?
Nope
Did i give you permission to release it?
Nope
Did you contact me for permission to advertise it?
Nope

Did i authierse anyone to release it?
Nope

Why did i put it on GitHub?
Its called a Backup :wink: Look it up

what script lol

100 dollars says @Christopher_Rogers1sold that script to them :wink:

have you fix it yet ? i have same problem

Nope didn’t find anything, but as Christopher_Rogers1 says he didn’t make a release so the script isn’t finish i guess ?

Hi, I have a problem with my server. The people who have a rent stay in negative numbers within a few hours of renting the houses … how do I solve the problem? Thank you
Google Translate xD

Stored Weapon and Black money work . But if you stored other item’s like bread , water , marijuana and etc it wont save . and now my error when already buy the properties but it keep disappear when i relogin . lol i think dev should update the script to work on zap hosting gameversion 13

1 Like

i have a issue everything works except storing items it wont store

in line 39 inside \esx_addoninventory\server\classes\addoninventory.lua
there is a little mistake
item = {
name = name,
count = 0,
label = Items[name]
}

insted of
item = {
name = name,
count = 0,
label = items[name]
}

what do you mean ?

the file thet is inside esx_addoninventory\server\classes\addoninventory.lua
has a capital letter insted of a non capital one

label = Items[name]

instad of

label = items[name]

that what gave me the error “attempt to index a nil value (global ‘Items’)”
just change the capital letter. it will fix it

having the same issue where some items dont store

This fix has definitely worked but now society banks are no longer working.

Any way to disable the rental system?

or if there is, tell me how to do it please.

I have another problem with the deposit of objects is not saved.

Do you know if what you say a few comments above is correct?