vehicleOwner
local ownerCitizenId = ps.vehicleOwner("ABC123")
if ownerCitizenId then
print("Vehicle owned by: " .. ownerCitizenId)
else
print("No owner found for this vehicle.")
endLast updated
local ownerCitizenId = ps.vehicleOwner("ABC123")
if ownerCitizenId then
print("Vehicle owned by: " .. ownerCitizenId)
else
print("No owner found for this vehicle.")
endLast updated