qbcore-framework / qb-core

FiveM RP Framework Core :muscle:
GNU General Public License v3.0
590 stars 960 forks source link

Deprecate client-side vehicle spawning function #1119

Closed EinS4ckZwiebeln closed 3 months ago

EinS4ckZwiebeln commented 5 months ago

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