Exports
isFinanced()
local isFinanced = exports['av_dealership']:isFinanced(plates) if isFinanced then print("You can't sell this vehicle.") end
isRented()
local isRented = exports['av_dealership']:isRented(plates) if isRented then print("You can't sell this vehicle") end
Last updated