Postado Janeiro 15, 2016 9 anos function onUse(cid, item, fromPosition, itemEx, toPosition) local p = Player(cid) if getPlayerStorageValue(cid, 9751) < os.time() then Item(item.uid):remove(1) setPlayerStorageValue(cid, 9751, os.time()+1440*3600) toPosition:sendMagicEffect(CONST_ME_MAGIC_RED) doPlayerSendTextMessage(cid,19,"60 Days extra exp active.") else doPlayerSendTextMessage(cid,19,"Wait 60 Days to use this again.") end return true end Da use mas nao chega exp como ajeita isso pfavr
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.