local pos = {x = 1000, y = 1000, z = 7}
function onStepIn(cid, item, position, fromPosition)
if(not(isPremium(cid))) then
doTeleportThing(cid, pos)
doSendMagicEffect(pos, CONST_ME_TELEPORT)
end
return true
end
...why "pos", it can be "fromPosition" is really better
I need, premium tile, player not premium account, teleporting for xyz. TKS
He wanted to be able to customize it, but thanks for the info anyway.There is already premium tile, just read docs/ACTION_IDS - 189 action idu have also more options there