Advertisement
Guest User

Untitled

a guest
May 25th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $${
  2.  
  3. ifmatches(%CHATCLEAN%,"(\S+) te enviou (\S+) ((coins)|(coin))");
  4. MATCH("%CHATCLEAN%","(\S+) te enviou (\S+) ((coins)|(coin))",{&doador,&doadormoney});
  5. echo("/g &a@%&doador% obrigado por me doar %&doadormoney%");
  6. set(&doadormoney,"")
  7. endif;
  8. ENDIF;
  9. endif;
  10.  
  11.  
  12. ifmatches(%CHATCLEAN%,"(\S+) te enviou (\S+) ((coins)|(coin))");
  13. MATCH("%CHATCLEAN%","(\S+) te enviou (\S+) ((coins)|(coin))",{&doador2,&doadormoney2});
  14. wait(32)
  15. echo("/g &a@%&doador2% obrigado por me doar %&doadormoney2%");
  16. set(&doadormoney2,"")
  17. endif;
  18. ENDIF;
  19. endif;
  20.  
  21. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement