Closed impossiblt24 closed 9 months ago
i use the latest of this script
how you fix? thank you
how you fix? thank you
find this line in server.lua: RegisterNetEvent('qb-vehicleshop:server:sellShowroomVehicle', function(data, playerid)
then just add stock at the end of this line: RegisterNetEvent('qb-vehicleshop:server:sellShowroomVehicle', function(data, playerid, stock)
like this
how you fix? thank you
find this line in server.lua: RegisterNetEvent('qb-vehicleshop:server:sellShowroomVehicle', function(data, playerid)
then just add stock at the end of this line: RegisterNetEvent('qb-vehicleshop:server:sellShowroomVehicle', function(data, playerid, stock)
like this
Thank you so much man!!
I had 3 stock of vehicle but when i sold it to my self it show "Out of stock" can you guys help me with this