Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if item.itemid == usando then
  2.  
  3. doPlayerSendCancel(cid, '12//,hide')
  4. doReturnPokemon(cid) -- Editei aqui
  5.  
  6.  
  7. elseif item.itemid == morto then
  8. return doPlayerSendCancel(cid, "This pokemon is fainted.")
  9.  
  10. elseif item.itemid == online then
  11.  
  12. doPlayerSendCancel(cid, '12//,show')
  13. addEvent(doUpdateMoves, 50, cid)
  14. doGoPokemon(cid)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement