Guest User

Untitled

a guest
Nov 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --Script By Antrax--
  2.  
  3. function onUse(cid, item, fromPosition, itemEx, toPosition)
  4. if getPlayerItemCount(cid, 8189) >= 1 then
  5. doPlayerAddExperience(cid, 1000)
  6. doPlayerRemoveItem(cid, 8189, 1)
  7. doSendMagicEffect(fromPosition,1)
  8. doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "Felicidades Obtuviste 1000Levels.!")
  9. else
  10. doPlayerSendCancel(cid, "No tienes el item necesario.")
  11. end
  12. return true
  13. end
Add Comment
Please, Sign In to add comment