renzuzu / renzu_shops

Fivem Advanced Shops with stocks and player owned shops using ox_inventory , ox_lib. Item metadata supports and item customisation.
GNU General Public License v3.0
80 stars 38 forks source link

BOAT SHOP #125

Open Gameadictive opened 1 year ago

Gameadictive commented 1 year ago

I do to make a boat shop but uff u can´t with /storesadmin u must do it trough code and is not really well explained on how to. Or maybe is there info that im missing?

Gameadictive commented 1 year ago

I manage to get it to work now i have other question. How do i change the blip? Is having the same as the Cars

Gameadictive commented 1 year ago

1 Config

2 VehicleShop.lua

Gameadictive commented 1 year ago

Blip and label are not working, are the same as in the config.

Gameadictive commented 1 year ago

And when i buy a boat i can´t put it in okokGarage.

Gameadictive commented 1 year ago

This is caused cause when u buy a boat or a plane they set in database as car . Can u fix this please? So when u buy a boat they set on database as boat and if you buy a plane they set in owned_vehicles as air?

Gameadictive commented 1 year ago

Or tell me how to do it?

renzuzu commented 1 year ago

are you talking about type column? i abandoned using that, because not all garages are using the type.

and if its implemented here, it needs to insert in qbcore too.

if people does not use type column from owned_vehicle, its just a extra column and data.

its risky to added it, but i updated the main branch with support of type column