Rob

Results 3 issues of Rob

mode/voice proximity doesn't need to be synced to all players, it causes a lot of event spam at high player counts.

Having multiple users in ELS cars turning on/off the lights will turn them on/off for everyone etc

Spawning and getting into a non-networked vehicle will spam the console with: ![image](https://user-images.githubusercontent.com/11280253/71947090-97992000-31c3-11ea-9c09-c27db12928ca.png) repro code: ``` RequestModel("taxi") while not HasModelLoaded("taxi") do Citizen.Wait(100) end playerCoords = GetEntityCoords(GetPlayerPed(-1)) currentGoKart = CreateVehicle("taxi",playerCoords.x,playerCoords.y,playerCoords.z,0.0,false,false) TaskWarpPedIntoVehicle(GetPlayerPed(-1),...