diff --git a/client/functions.lua b/client/functions.lua index d048571..0263f3c 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -62,9 +62,8 @@ QBCore.Functions.SpawnVehicle = function(model, cb, coords, isnetworked) -- QBCo local veh = CreateVehicle(model, coords.x, coords.y, coords.z, coords.w, isnetworked, false) local netid = NetworkGetNetworkIdFromEntity(veh) - SetVehicleHasBeenOwnedByPlayer(vehicle, true) - SetNetworkIdCanMigrate(netid, true) - --SetEntityAsMissionEntity(veh, true, true) + SetVehicleHasBeenOwnedByPlayer(veh, true) + SetNetworkIdCanMigrate(netid, true) SetVehicleNeedsToBeHotwired(veh, false) SetVehRadioStation(veh, "OFF")