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.
Our partners and their custom servers:
function onUse(cid, item, frompos, item2, topos)
if item.uid == 9999 then
queststatus = getPlayerStorageValue(cid,5151)
if queststatus == -1 then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"You have found a demon shield.")
doPlayerAddItem(cid,2460,1)
setPlayerStorageValue(cid,6161,1)
else
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"It is empty.")
end
elseif item.uid == 9998 then
queststatus = getPlayerStorageValue(cid,5152)
if queststatus == -1 then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"You have found a golden legs.")
doPlayerAddItem(cid,2470,1)
setPlayerStorageValue(cid,6162,1)
else
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"It is empty.")
end
else
return 0
end
return 1
end
<action uniqueid="9999" script="skrzynka.lua"/>
<action uniqueid="9998" script="skrzynka.lua"/>