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

Nice !
 
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 bro i like it <3 <3


nice script good job thanks!


thanks love u man sharing this amazing <3


Thanks for this, curious to try it!


thanks love u man sharing this amazing <3
 
thank you so much for sharing , you are awesome <3


thank you so much great


sorry i have question if i have already the garage system , i have to replace it , but people will lose all cars or what exactly ? :O
 
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
 
Back
Top Bottom