Advertisement
Guest User

dasd

a guest
Jan 26th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. public plugin_init() {
  4. register_plugin("Motd", "0.1", "Ex3cuTioN")
  5.  
  6. register_clcmd("say /vip","motd");
  7. }
  8.  
  9. public motd(id) {
  10. new iMotd[650], iLen;
  11.  
  12. iLen = formatex(iMotd, sizeof iMotd - 1,"<body bgcolor=#000000><font color=33FF00><pre>");
  13. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b><font color=#FF0000>DONATIILE se fac in Orange Sau Telekom doar la Y!M</font><font color=#0000FF>rs_gaby23@yahoo.com/white_angel_2012@yahoo.com</font><font color=#FF8000>Sau userilor *Or!g!naL* & Tw1sT<br></font></b></center>^n^n^n");
  14. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>1 EURO 1000 Credite + Slot</b></center>^n^n");
  15. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>2 Euro 2500 Credite Slot + VIP 5 zile</b></center>^n^n");
  16. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>3 Euro 4500 Credite Slot+ VIP 10 zile</b></center>^n^n");
  17. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>4 Euro 6500 Credite Administrator + VIP 25 de zile</b></center>^n^n");
  18. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>5 Euro 8500 Credite Moderator + VIP 1 luna</b></center>^n^n");
  19. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>6 Euro 10000 Credite Moderator + VIP 1 luan si 15 Zile</b></center>^n^n");
  20. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>7 Euro 12500 Credite Super Moderator + VIP 1 luna si 25 de zile</b></center>^n^n");
  21. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>8 Euro 15000 Credite God + VIP 2 luni</b></center>^n^n");
  22. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>10 Euro 20000 Credite God + VIP 2 luni si 15 zile</b></center>^n^n");
  23. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>12 Euro 25000 Credite Co-Owner + VIP 2 luni si 25 zile</b></center>^n^n");
  24. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>15 Euro 35000 Credite Co-Owner + VIP 3 luni si 10 zile</b></center>^n^n");
  25. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>20 Euro 50000 Credite Owner + VIP 4 luni</b></center>^n^n");
  26. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>25 Euro 990000 Credite Fondator + VIP 8 luni</b></center>^n^n");
  27. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>35 Euro Credite NELIMITATE Fondator + VIP Pemanent</b></center>^n^n");
  28. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>20 Euro 1000000 Credite + VIP NELIMITAT</b></center>^n^n");
  29. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>VIP Permanent 18 Euro</b></center>^n^n");
  30. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>VIP Permanent 18 Euro</b></center>^n^n");
  31. iLen += formatex(iMotd[iLen], (sizeof iMotd - 1) - iLen, "<center><b>PENTRU MAI MULTE INFORMATII VIZITATI http://cs1.ro//forum/viewtopic.php?f=4382&t=88826</b></center>^n^n");
  32.  
  33. show_motd(id, iMotd, "Comenzile publice");
  34.  
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement