The player of access 1 pass...
<_<
Script:
I need player access 1+ to pass.
Bad English, sorry.
<_<
Script:
PHP:
function onUse(cid, item, frompos, item2, topos)
vip = {x=655, y=1049, z=7}
access = getPlayerAccess(cid)
if item.uid == 2201 and access <= 1 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
I need player access 1+ to pass.
Bad English, sorry.