Advertisement
Guest User

Untitled

a guest
May 21st, 2021
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. $${
  2.  
  3. &player_nick="nick_da_conta_que_vai_enviar_o_money";
  4. #swmoneycount=2;
  5.  
  6. IFMATCHES("%CHATCLEAN%","^\[L\] (.*)%PLAYER%(.*)\: swmoney$");
  7. IF(swmoney);
  8. Log("&c&lDestivado!");
  9. DEC(#swmoneycount,1);
  10. Unset(swmoney);
  11. ELSE;
  12. Log("&e&lAtivado!");
  13. Set(swmoney);
  14. Wait(5);
  15. do;
  16. Echo("/money"); Wait(50);
  17. UNTIL(%#swmoneycount%=1);
  18. ENDIF;
  19. ENDIF;
  20.  
  21. IF(swmoney);
  22. IFMATCHES("%CHATCLEAN%","^Seu saldo atual: (1|2|3|4|5|6|7|8),(.*) Coins.$");
  23. MATCH("%CHATCLEAN%","^Seu saldo atual: (1|2|3|4|5|6|7|8),(.*) Coins.$",{&player_money_one,&player_coins});
  24. do(2);
  25. Echo("/money pay %&player_nick% %&player_money_one%000000");Wait(20T);
  26. loop;
  27. ENDIF;
  28. ENDIF;
  29.  
  30. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement