Still doesnt work.
EDIT:
I actually understund how it works, so code atm is like this, i checked it outputed on chatbox the coords and was all perfectly fine, but when i set it them to setElementPosition function it just doesnt do anything. why?
function findVehicle(thePlayer)
local vX, vY, vZ = unpack(guiGridListGetItemData(GUIEditor.gridlist[1], guiGridListGetSelectedItem(GUIEditor.gridlist[1])))
setElementPosition(thePlayer, vX, vY, vZ)
end