function Pincar()
local rowindex, columnindex = guiGridListGetSelectedItem ( GridlOwnerCar )
if ( rowindex and columnindex and rowindex ~= -1 and columnindex ~= -1 ) then
local carname = guiGridListGetItemText ( GridlOwnerCar, rowindex, columnindex)
createBlipAttachedTo ( getVehicleModelFromName ( carname ), 19, 4, 255, 0, 0, 255, 0, 99999.0, localPlayer)
end
end