RemoveVehicleKeys

FD.RemoveVehicleKeys = function(vehicle, plate)
    if Config.ShouldRemoveKeys and Config.VehicleKey then
        -- Add Your Remove Key Functions Here
    end
end

Last updated