renzuzu / renzu_tuners

Fivem Advanced Vehicle System. Including Mileages , Degrations ,Multiple Engine Parts Variation like Racing Pistons , Tuning and more.
GNU General Public License v3.0
87 stars 26 forks source link

[support] #32

Closed GreekRa closed 1 year ago

GreekRa commented 1 year ago

its anycan helpp me to portin for quasar inventory? i try some changes in server/inventory.lua and in client but not working.thanks!

renzuzu commented 1 year ago

i would love to help, but i dont have qs inv, so i cannot help that much.

what exactly is your issue? error message etc..

GreekRa commented 1 year ago

i would love to help, but i dont have qs inv, so i cannot help that much.

what exactly is your issue? error message etc..

the issue start in line -24. if i change the exports etc of ox_inventory and add the quaasar inventory ..

exemple--script:renzu_tuners] SCRIPT ERROR: @renzu_tuners/server/inventory.lua:24: No such export Search in resource qs-inventory

-22 GetInventoryItems = function(src, method, items, metadata) -23 if GetResourceState('qs-inventory') == 'started' then -24 return exports.ox['qs-inventory']:Search(src, method, items, metadata)

this is a just exemple ,i haved try many others methods for porting etc.. it is difficult for you to help beacuse dont have this inventory but i can share you the edit files of inventory and take a look. if this works we can shared it on to the community and help those who have the same inventory. thank you!!