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, fromPosition, itemEx, toPosition)
doPlayerSetGroupId(cid, 1)
if not
canPlayerWearOutfitId(cid, item.uid - 12000, 3) then
doCreatureSay(cid, 'You now have the ' ..t[item.uid] .. ' Addons!', TALKTYPE_ORANGE_1)
doPlayerAddOutfitId(cid, item.uid - 12000, 3)
doSendMagicEffect(getThingPos(cid), math.random(67))
else
doCreatureSay(cid, 'You already have the ' .. t[item.uid] .. ' Addons!', TALKTYPE_ORANGE_1, false, cid)
end
return true
end
function onUse(cid, item, fromPosition, itemEx, toPosition)
if not
canPlayerWearOutfitId(cid, item.uid - 12000, 3) then
doCreatureSay(cid, 'You now have the ' ..t[item.uid] .. ' Addons!', TALKTYPE_ORANGE_1)
doPlayerAddOutfitId(cid, item.uid - 12000, 3)
doSendMagicEffect(getThingPos(cid), math.random(67))
else
doCreatureSay(cid, 'You already have the ' .. t[item.uid] .. ' Addons!', TALKTYPE_ORANGE_1, false, cid)
end
return true
end