Hitch warning / Performance
Hitch warning / Performance
If your server is showing hitches/performance issues, it’s because the option
CONTINUOUSLY_REFRESH_PLAYERS_OWNED_VEHICLES is enabled in vehicles_keys/integrations/sv_integrations.lua.If you disable the option, it won’t cause performance issues anymore, but you’ll have to use the exports from the documentation to refresh a player’s owned vehicles (for example after they buy a new vehicle from a shop).See the fix hotwiring bought car page for premade examples.Integration with other external scripts is completely up to you.
Cannot enter vehicle
Cannot enter vehicle
If you can’t enter a vehicle after destroying its window, it means you still have the
qb-vehicleskeys script started.Remove it to solve the issue.