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.
OMG nie dziw sie koles pewnie postawiles sciane "yalahar" OMG to trzeba byc naprawde..mi nie dziala na silniku Styller Yourots 8.54 tam nie ma Drzwi tylko jakies przejscie
kto pomoze jak zadziala dam GoDa na ots
function onUse(cid, item, fromPosition, itemEx, toPosition)
local cidPosition = getCreaturePosition(cid)
if item.actionid == 2075 or item.actionid == 2076 and getPlayerStorageValue(cid,21444) ~= 1 then
doCreatureSay(cid, "Nie posiadasz VIP Access.", TALKTYPE_ORANGE_1)
return FALSE
end
if item.actionid == 2075 and cidPosition.y < toPosition.y then
doTeleportThing(cid, {x=toPosition.x,y=toPosition.y+1,z=toPosition.z}, TRUE)
else
doTeleportThing(cid, {x=toPosition.x,y=toPosition.y-1,z=toPosition.z}, TRUE)
end
if item.actionid == 2076 cidPosition.x < toPosition.x then
doTeleportThing(cid, {x=toPosition.x+1,y=toPosition.y,z=toPosition.z}, TRUE)
else
doTeleportThing(cid, {x=toPosition.x-1,y=toPosition.y,z=toPosition.z}, TRUE)
end
if item.itemid == 5785 then
doRemoveItem(item.uid,1)
setPlayerStorageValue(cid,21444,1)
doSendMagicEffect(cidPosition, 12)
doCreatureSay(cid, "Gratulacie! Teraz jestes posiadaczem Vip Access!", TALKTYPE_ORANGE_1)
end
end
<action itemid="5785" script="vip_system.lua" />
<action actionid="2075" script="vip_system.lua" />
<action actionid="2076" script="vip_system.lua" />
[21/07/2010 11:35:12] >> Loading script systems
[21/07/2010 11:35:12] [Warning - Actions::registerEvent] Duplicate registered item id: 7040
[21/07/2010 11:35:12] [Warning - Actions::registerEvent] Duplicate registered item id: 7049