Advertisement
Guest User

Untitled

a guest
Aug 6th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. $${
  2. IF(@zmatheus_mc);
  3. IFmatches(%CHATCLEAN%,"^Tapete Mágico invisível desativado!$");
  4. Echo("/mc");
  5. ENDIF;
  6. ENDIF;
  7. IF(@zmatheus_pvpoff);
  8. IFmatches(%CHATCLEAN%,"^vocę ativou seu PvP neste mundo$");
  9. Echo("/pvp off");
  10. ENDIF;
  11. ENDIF;
  12. IF(@zmatheus_vidabaixa);
  13. IFmatches(%CHATCLEAN%,"^. esteja com a vida cheia para desativar o PVP!$");
  14. LOG("&cVocę esta com a &4vida baixa!&c, se alimente para regenerar");
  15. ENDIF;
  16. ENDIF;
  17. IF(@zmatheus_killed);
  18. IFmatches(%CHATCLEAN%,"^.CraftLandia. Vocę matou: (.*)$");
  19. Match(%CHATCLEAN%,"^.CraftLandia. Vocę matou: (.*)$",{&killed_p});
  20. wait(2);
  21. Echo("/g &c%&killed_p% &ffoi brincar com o &4perigo &fe acabou na &b [c a i x a]&f !!");
  22. ENDIF;
  23. ENDIF;
  24. &playerl = "zmatheus22";
  25. IFmatches(%CHATCLEAN%,"^... ... ... ..... %&playerl% ....: !!(.*)$");
  26. Match(%CHATCLEAN%,"^... ... ... ..... %&playerl% ....: !!(.*)$",{&mensagem1});
  27. LOG("&9#zMatheus22 &a#Macros2019");
  28. LOG(" ");
  29. LOG(" ");
  30. LOG("&f[&9RNs&f] &fzMatheus22: &d&l%&mensagem1%");
  31. LOG(" ");
  32. LOG(" ");
  33. LOG("&9#zMatheus22 &a#Macros2019");
  34. ENDIF;
  35. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement