Theme editor

QBCORE [QBus] BB-Garages Fixed

ItzHighNL said:
Fixed bb-garages unencrypted

[video=youtube]
Content is hidden! Please check original post to view it.

Convert (well kinda) run in SQL:

Code:
INSERT INTO bbvehicles (citizenid,plate,model) SELECT citizenid,plate,vehicle FROM player_vehicles

UPDATE `bbvehicles` SET `stats`='{"damage":10,"fuel":98}' WHERE stats is NULL

UPDATE `bbvehicles` SET `props`='{}' WHERE props? is NULL

UPDATE `bbvehicles` SET `state`='impound' WHERE state = 'unknown' or state is NULL

UPDATE `bbvehicles` SET `parking` = '' WHERE parking is NULL


THANKS
 
The script doesn't work for me.


The problem is when you buy a car it does not let you store it in the garage it says this is not your vehicle
 
highguy69 said:
ItzHighNL said:
Fixed bb-garages unencrypted

[video=youtube]
Content is hidden! Please check original post to view it.

Convert (well kinda) run in SQL:

Code:
INSERT INTO bbvehicles (citizenid,plate,model) SELECT citizenid,plate,vehicle FROM player_vehicles

UPDATE `bbvehicles` SET `stats`='{"damage":10,"fuel":98}' WHERE stats is NULL

UPDATE `bbvehicles` SET `props`='{}' WHERE props? is NULL

UPDATE `bbvehicles` SET `state`='impound' WHERE state = 'unknown' or state is NULL

UPDATE `bbvehicles` SET `parking` = '' WHERE parking is NULL

Nice !
The video is a awesome preview gonna get that working soon
 
The script doesn't work for me.
The problem is when you buy a car it does not let you store it in the garage it says this is not your vehicle


The script doesn't work for me.
The problem is when you buy a car it does not let you store it in the garage it says this is not your vehicle
 
ItzHighNL said:
Fixed bb-garages unencrypted

[video=youtube]


Convert (well kinda) run in SQL:

Code:
INSERT INTO bbvehicles (citizenid,plate,model) SELECT citizenid,plate,vehicle FROM player_vehicles

UPDATE `bbvehicles` SET `stats`='{"damage":10,"fuel":98}' WHERE stats is NULL

UPDATE `bbvehicles` SET `props`='{}' WHERE props? is NULL

UPDATE `bbvehicles` SET `state`='impound' WHERE state = 'unknown' or state is NULL

UPDATE `bbvehicles` SET `parking` = '' WHERE parking is NULL
nice
 
Back
Top Bottom