Skip to content

Commit

Permalink
Update event name
Browse files Browse the repository at this point in the history
  • Loading branch information
GhzGarage committed Nov 15, 2023
1 parent d52771e commit fc640d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ RegisterNetEvent('qb-vehicleshop:client:buyShowroomVehicle', function(vehicle, p
SetVehicleNumberPlateText(veh, plate)
SetEntityHeading(veh, Config.Shops[tempShop]['VehicleSpawn'].w)
TriggerEvent('vehiclekeys:client:SetOwner', QBCore.Functions.GetPlate(veh))
TriggerServerEvent('qb-vehicletuning:server:SaveVehicleProps', QBCore.Functions.GetVehicleProperties(veh))
TriggerServerEvent('qb-mechanicjob:server:SaveVehicleProps', QBCore.Functions.GetVehicleProperties(veh))
end, vehicle, Config.Shops[tempShop]['VehicleSpawn'], true)
end)

Expand Down

0 comments on commit fc640d6

Please sign in to comment.