Discovery
Developing myself
Can anyone help me to teleport to the temple town player. :/!
function onStepIn(cid, item, position, fromPosition)
location = {
{x=26248, y=28737, z=8}, -- Adicione uma coordenada
}
return doTeleportThing(cid, location[math.random(#location)])
end