wikutag
SoulBound 8.6 100% custom
When i click on my medal it doesn do anything... says this item cannot be used.....
<action itemid="5785" event="script vipmedal.lua"/>
-- Vip medal by Kekox
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerVipDays(cid) > 365 then
doPlayerSendCancel(cid, "You can only have 1 year of vip account or less.")
else
doAddVipDays(cid, 30)
doPlayerPopupFYI(cid, "We have added 30 vip days to your account!\nEnjoy it!.")
doRemoveItem(item.uid)
end
return true
end
<item id="5785" article="a" name="Vip Medal">
<attribute key="weight" value="1"/>
<attribute key="writeable" value="0"/>
<attribute key="maxTextLen" value="0"/>
</item>
<action itemid="5785" event="script vipmedal.lua"/>
-- Vip medal by Kekox
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerVipDays(cid) > 365 then
doPlayerSendCancel(cid, "You can only have 1 year of vip account or less.")
else
doAddVipDays(cid, 30)
doPlayerPopupFYI(cid, "We have added 30 vip days to your account!\nEnjoy it!.")
doRemoveItem(item.uid)
end
return true
end
<item id="5785" article="a" name="Vip Medal">
<attribute key="weight" value="1"/>
<attribute key="writeable" value="0"/>
<attribute key="maxTextLen" value="0"/>
</item>