Don't are working:
-Forgotten-serv
Code:
function onStepIn(cid, item, position, fromPosition)
local = {x = 59, y = 45, z = 6}
efeito = getPlayerPosition(cid)
vip = getPlayerAccess(uid)
if item.actionid == 3636 and vip <= 1 then
doTeleportThing(cid, local)
doSendMagicEffect(efeito, 12)
doPlayerSendTextMessage(cid,22,"Você precisa ser VIP para passar.")
else
end
end
-Forgotten-serv