Está bien, pero la idea es mostrar en el chat las coordenadas reales y moverlo a las coordenadas +20.
Así que todavía pueden seguir participando
addCommandHandler ( "mtafan",
function ( thePlayer )
local x, y, z = getElementPosition ( thePlayer )
outputChatBox ( "X = .."x".., "Y = .."y".., "Z = .."z", thePlayer, 0, 255, 0 )
setElementPosition ( thePlayer, x + 20, y + 20, z )
end
end
)
Asi?
PD: A decir verdad yo tampoco entendia la tarea, por mi hubiese hecho lo mismo que Solid...