policejob client içine
RegisterNetEvent('hasan:ybindir')
AddEventHandler('hasan:ybindir', function()
local playerPed = PlayerPedId()
local coords = GetEntityCoords(playerPed)
if IsAnyVehicleNearPoint(coords, 5.0) then
local vehicle = GetClosestVehicle(coords, 5.0...