-- Created By #_iMr,[E]coo ,,,, Not Deleted It
local combox = اسم الكومبوبوكس
local button = اسم الزر
addEventHandler("onClientGUIClick", resourceRoot,
function()
if source == button then
local Select = guiComboBoxGetSelected(combox)
local Text = guiComboBoxGetItemText(combox, Select)
if Text == "اسم السيارة الاولى الموجودة بالكومبوبكوس تحط هنا بدون زيادة او نقصنان" then
-- Your Code
elseif Text == "اسم السيارة الثانية الموجودة بالكومبوبكوس تحط هنا بدون زيادة او نقصنان" then
-- Your Code
end -- end if
end -- end if
end -- end function
)