function Botao2 (_,state)
if painel == true then
if state == "down" then
if isCursorOnElement ( screenW * 0.3937, screenH * 0.5759, screenW * 0.5276, screenH * 0.6435 ) then
local x,y,z = getElementPosition(localPlayer)
createVehicle(441, x+10,y,z)
end
end
end
end
addEventHandler ("onClientClick", root, Botao2 )
X, Y, Z are where you want them to be