ya esta amigo ya anduvo . muchas gracias te debo una
-----by_EXE
function tel ( thePlayer )
local theElement = ( isPedInVehicle ( thePlayer ) and getPedOccupiedVehicle ( thePlayer ) or thePlayer )
setElementPosition ( theElement, -1683.3970947266, -246.03791809082, 14.1484375 ) --x,y,z posicion a donde
--
local name = getPlayerName(thePlayer)
outputChatBox("#04ff00El jugador " ..name.. " #04ff00se fua al picodromo #ffffff(FB2306/pico#ffffff)", root, 255, 255, 255, true) --chat
end
addCommandHandler ( "pico", tel ) --comando a utilizar