Advertisement
Blue_Tec

Untitled

Mar 31st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. every 1 second:
  2. if {dailyreward.1} is true:
  3. execute console command "hd setline d1 1 &bDaily Reward"
  4. set {dailyreward.1} to false
  5. stop
  6. else:
  7. execute console command "hd setline d1 1 &5Daily Reward"
  8. set {dailyreward.1} to true
  9. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement