Deprecate the client-side SpawnVehicle function for creating networked vehicles. This function is fine for spawning non-networked vehicles but shouldn't be used for anything else. We should encourage server-sided entity creation through given callbacks.
Checklist
[x] I have personally loaded this code into an updated qbcore project and checked all of its functionality.
Description
Deprecate the client-side
SpawnVehicle
function for creating networked vehicles. This function is fine for spawning non-networked vehicles but shouldn't be used for anything else. We should encourage server-sided entity creation through given callbacks.Checklist