Advertisement
Guest User

Untitled

a guest
Sep 25th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. function onUse(cid, item, frompos, item2, topos)
  2. if item.uid == 3334 and doPlayerRemoveMoney(cid,500) == 1 then
  3.  
  4.  
  5.     doPlayerSendTextMessage(cid,22,"teste.")   
  6.     doSummonCreature("demon",topos)
  7.     doSendMagicEffect(topos,13)
  8.  
  9. else
  10. doPlayerSendCancel(cid,"Você está sem gps.")
  11.  
  12. end
  13. return 1
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement