Advertisement
Guest User

Untitled

a guest
May 27th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. local los = number(1, 100)
  2. if los >= 1 and los <= 25 then
  3. syschat("Niestety ryba uciekła...")
  4. elseif los >= 26 and los <= 70 then
  5. pc.give_item2(rybki[vnum], 1)
  6. -- syschat("Udało Ci się zabić rybę! ")
  7. elseif los >= 71 and los <= 85 then
  8. pc.give_item2(27799, 1)
  9. -- syschat("Udało Ci się zdobyć ość! ")
  10. elseif los >= 86 and los <= 100 then
  11. pc.give_item2(27987, 1)
  12. -- syschat("Udało Ci się zdobyć małż! ")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement