Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. strip(&xatmoney,%CHATCLEAN%);
  2. ifmatches(%&xatmoney%,"^(.+) te enviou (.+) (coin|coins).$");
  3. match(%&xatmoney%,"^(.+) te enviou (.+) (coin|coins).$",{&playerenvi,&recebva,&umoumais});
  4. match(%&recebva%,"(.+).(.+)",{#recebval,&recebcent});
  5. ifmatches(%&playerenvi%,"\[");else;
  6. ifmatches(%&playerenvi%,"\(");else;
  7. do(1);
  8. wait(150ms);
  9. echo("/g &fObrigado &4@%&playerenvi% &fpor me doar &6%&recebva% Coins");
  10. loop;
  11. endif;
  12. endif;
  13. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement