Try this, havent coded in a while so u might get an error.
local npos = {x=32360, y=31784, z=8} --- posição para onde sera teleportado
function onStepIn(cid, item, position, fromPosition, toPosition)
if not isPremium(cid) then
doTeleportThing(cid, npos)
doSendMagicEffect(npos,10)
outfitmale =...