Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
function onStepIn (cid, item, position, fromPosition)
if(item.actionid == 2000 and isPremium(cid) ~= TRUE) then
doTeleportThing(cid, fromPosition, FALSE)
doSendMagicEffect(position, CONST_ME_MAGIC_BLUE)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You don\'t have pacc.")
end
return TRUE
end