renzuzu/renzu_projectcars

when server starts up

Opened this issue · 9 comments

[script:renzu_project] SCRIPT ERROR: @renzu_projectcars/framework/sv_wrapper.lua:4: No such export getSharedObject in resource es_extended

then you are not using ESX?

if your using ESX start this resource after ESX

Im using QBCore and i dont see the ped to rent the garage also i tired to change ped and locations and still not spawning

Capture d’écran (137)
Also is there any config to remove the item if im using qb-inventory ,
Capture d’écran (138)
If I put FALSE to line 12 the script gives me error
Capture d’écran (140)
If i put to TRUE the script works but dont remove the items from qb-inventory and cant interact for the private garage so players can built in peace other than that script works fine so far , Really cool concept I love it !

no such a export error means, probably this resource is start before qb-inventory. thats why exports are not working

start this resource after qb-inventory.

or else your using very old qb core version that dont have exports for qb-inventory

The resource start after qb-inventory sir and im using the latest qb-core version... it dont remove the items from my inventory and also I cant enter the warehouse or the private garage...the peds are not spawning and the warehouse theres no map ... please i need help Renzuuu I use qb-inventory not ox-inventory...

Ohh yesss!! I Finally make it work !! the monkey ped its spawn, I can enter the private garage it works fine!! , everything works all good exept for 2 things.... 1 - Major issue is the Items dont remove from my qb-inventory when im building the car. and 2 - Little issue is when im buying the shell i put it down press enter but it doesnt stay I have to go far away or get out of the garage come back and then i can start building but thats not the priority I can live with that .... Its the Remove items that I dont want ,players will abuse it thats for sure !
Capture d’écran (159)

Go to config in Renzu_projectcars
Config.framework = 'ESX' -- ESX or QBCORE HERE PUT QBCORE
Config.weight_type = false
Config.weight = 1.5

--READ THIS PART IF META INVENTORY
-- META Inventory Support
-- Changing this value will need you to fully restart in client to able to use the item
-- And Item must be registered properly in your OX Inventory /data/items.lua ( Automatic registered when you restart ox after this script imported a items to SQL)
HERE PUT FALSE TO USE QBINVENTORY ... READ OX_INVENTORY IS ONLY META SUPORTED
Config.MetaInventory = true -- ox_inventory is the only supported for esx Framework META datas || if false will use default esx item functions

Hey mate how did u manage to fix the monkey ped to spawn and buy the garage? I am in need of help in that part