When buying a car, you go to the reservation

hello
i have problem
When buying a car, you go to the reservation rather than in the auto store

Will need more information. As in what script you are even talking about. If it is spawning the car at a different location after buying it then search through your vehicle shop script for spawning of the car after its purchased and change the coords.

If this is the explanation please

Game Spawn Local Vehicle (first Vehicle Data model, Config Zones Shop Inside Pos Config Zones Shop Inside Heading function (vehicle)
currentDisplayVehicle = vehicle
TaskWarpPedIntoVehicle(playerPed, vehicle, -1)
FreezeEntityPosition(vehicle, true)
SetModelAsNoLongerNeeded(firstVehicleData.model)

Look in the config for xyz coordinates and update those

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.