mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Fix duplicate functions and typos
This commit is contained in:
@@ -262,7 +262,7 @@ end
|
||||
---
|
||||
--- @usage
|
||||
--- ```lua
|
||||
--- local closestVeh, distance = getClosestVehicle({ x = 100, y = 200, z = 30 }, true)
|
||||
--- local closestVeh, distance = getClosestVehicle({ x = 100, y = 200, z = 30 }, src)
|
||||
--- ```
|
||||
function getClosestVehicle(coords, src)
|
||||
local ped, vehicles, closestDistance, closestVehicle
|
||||
|
||||
Reference in New Issue
Block a user