Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local manaid = 268 --- id manasow
  2. local ilosc = 2100 --- ilosc manasow, ponizej ktorej ma byc alarm
  3.  
  4. Module('alarm', function(mod)
  5. if (Self.ItemCount(manaid) < ilosc) then
  6. alert()
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement