Now I'm access 3 and not pass.

PHP:
function onUse(cid, item, frompos, item2, topos)
vip = {x=122, y=43, z=8}
access = getPlayerAccess(cid)
needaccess = 1
if item.uid == 2201 and access >= needaccess then
doTeleportThing(cid,vip)
doSendMagicEffect(vip,10)
doPlayerSendTextMessage(cid,22,"Você foi teleportado para a area VIP.")
else
doPlayerSendCancel(cid,"Você precisa ser VIP para passar.")
end
return 1
end
