Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ RegisterNetEvent('qb-vehicleshop:server:sellShowroomVehicle', function(data, pla
cid,
vehicle,
GetHashKey(vehicle),
'{}',
json.encode({ model = GetHashKey(vehicle)}),
plate,
'pillboxgarage',
0
Expand All @@ -359,7 +359,7 @@ RegisterNetEvent('qb-vehicleshop:server:sellShowroomVehicle', function(data, pla
cid,
vehicle,
GetHashKey(vehicle),
'{}',
json.encode({ model = GetHashKey(vehicle)}),
plate,
'pillboxgarage',
0
Expand Down Expand Up @@ -410,7 +410,7 @@ RegisterNetEvent('qb-vehicleshop:server:sellfinanceVehicle', function(downPaymen
cid,
vehicle,
GetHashKey(vehicle),
'{}',
json.encode({ model = GetHashKey(vehicle)}),
plate,
'pillboxgarage',
0,
Expand All @@ -431,7 +431,7 @@ RegisterNetEvent('qb-vehicleshop:server:sellfinanceVehicle', function(downPaymen
cid,
vehicle,
GetHashKey(vehicle),
'{}',
json.encode({ model = GetHashKey(vehicle)}),
plate,
'pillboxgarage',
0,
Expand Down
Loading