Guest User

Untitled

a guest
Mar 13th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ALVIS:
  2. CALIFICACION:
  3. function onUse(cid, item, fromPosition, itemEx, toPosition)
  4. local w = {
  5. count = 1
  6. item1 = 2160
  7. item2 = 2148
  8. item = 2130
  9. texto = "te has ganado un item"
  10. texto1 = "no has ganado nada :("
  11. if math.random(1,100)<=30 then
  12. doPlayerAddItem(cid, w.item1 , w.count)
  13. else
  14. doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, w.)
Add Comment
Please, Sign In to add comment