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 onUse(cid, item, frompos, item2, topos)
if item.uid == 2850 then
if getPlayerLevel(cid) >= 45 then
if getPlayerStorageValue(cid, 2850) ~= 1 then
doPlayerAddItem(cid, 2160, 5)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You have found 5 crystal coins.")
setPlayerStorageValue(cid, 2850, 1)
else
doPlayerSendTextMessage(cid,22,"It is empty.")
end
else
doPlayerSendTextMessage(cid,22,"You dont have 45 lvl.")
end
end
return true
end
<action uniqueid="2850" script="lvlreward.lua"/>