Hello i've got that script:
I want it but if u have got 200+ u can't used it. Help!<_<
Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerLevel(cid) >= 8 then
doCreatureSay(cid, "You Gained 20000000 Experience!", TALKTYPE_ORANGE_1)
doPlayerAddExp(cid, 20000000)
doSendMagicEffect(fromPosition, CONST_ME_GIFT_WRAPS)
doRemoveItem(item.uid)
return TRUE
else
doCreatureSay(cid, "You must be level 8 or above to use this ticket.", TALKTYPE_ORANGE_1)
end
end
I want it but if u have got 200+ u can't used it. Help!<_<