Gets the owner of a vehicle by license plate.
Parameters:
licensePlate (string): Vehicle license plate
licensePlate
Returns:
string|boolean: Citizen ID of owner or false if not found
string|boolean
Example:
local owner = ps.vehicleOwner('ABC123') if owner then print("Vehicle owner:", owner) end
Last updated 5 months ago