feat: radar data sync between driver and passenger

This commit is contained in:
Dan
2021-03-11 19:03:17 +00:00
parent 2917ad32d7
commit b3ffc9ac23
4 changed files with 55 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ Citizen.CreateThread( function()
if ( veh == vehEntering ) then
UTIL:Notify( "DEBUG: Trigger sync" )
SYNC:SyncDataOnEnter()
end
end