π₯οΈCompatibilities
okokVehicleShop/sv_utils.lua - Search this code:
RegisterServerEvent(Config.EventPrefix..':setVehicleOwned')
AddEventHandler(Config.EventPrefix..':setVehicleOwned', function (vehicleProps, vehicleModel, id)
local _source = source
local xPlayer = QBCore.Functions.GetPlayer(_source)
MySQLexecute('INSERT INTO player_vehicles (license, citizenid, vehicle, hash, mods, plate, state) VALUES (@license, @citizenid, @vehicle, @hash, @mods, @plate, @state)', {
['@license'] = xPlayer.PlayerData.license,
['@citizenid'] = xPlayer.PlayerData.citizenid,
['@vehicle'] = vehicleModel,
['@hash'] = GetHashKey(vehicleModel),
['@mods'] = json.encode(vehicleProps),
['@plate'] = vehicleProps.plate:match( "^%s*(.-)%s*$" ),
['@state'] = 0
}, function (rowsChanged)
end)
end)Replace with:
qb-vehicleshop/server.lua - Search this code:
Replace with:
server.lua - Search this code:
Replace with:
qb-ambulancejob/server/main.lua - Search this code:
Replace with:
ps-housing/server/server.lua - Search this code:
Replace with:
config-cl - Search this code:
Replace with:
config-sv - Add this code:
config.lua - Add this code:
ak47_cardealer/modules/main/server/customizable.lua - Replace the code:
With this:
config.lua
renzu_vehicleshop/server/server.lua
Search this:
Replace with:
config.lua
server/editable.lua
codem-vehicleshop/config_server.lua
You have this:
Replace with:
zerio-cardealer
zerio-cardealer\server\functions.lua
Search:
Replace:
PS-MDT | Version: 2.7.3
Open the file ui/app.js line 2639 to 2726 replace with this:
Open the server/main.lua line 1014 to 1066 and replace with:
If you want the files with the correct code and you only replace:
Last updated