• DOUBLE WEEK ON EVERYTHING!

QBCORE [QBus] BB-Garages Fixed (5 Viewers)

H

highguy69

Guest
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 !
 
P

PulsePK

Guest
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
 
E

emilio

Guest
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
 
J

juvian3211

Guest
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
 
N

NeverSay

Guest
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
 

Users who are viewing this thread

Top