Advertisement
Mr-Co0L

Untitled

Apr 29th, 2019
1,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. #include < amxmodx >
  2. #include < amxmisc >
  3. #include < colorchat >
  4.  
  5. stock const messages [ ] [ ] =
  6. {
  7. "^x04[Zombie Outstanding]^x01 Te rugam sa citesti regulamentul pe^x03 http://FastCs.Ro",
  8. "^x04[Zombie Outstanding]^x01 IP:^x04 89.40.233.233:^x01 PORT:^x03 27015",
  9. "^x04[Zombie Outstanding]^x01 Type^x03 /donate^x04 <name> <packs>^x01 to donate ammo packs!",
  10. "^x04[Zombie Outstanding]^x01 Contact owners!^x04 Y!M^x03 ursu.raducu",
  11. "^x04[Zombie Outstanding]^x03 GoldMember^x04 Higher Damage^x01,^x04 Health^x01,^x04 Armor^x01,^x04 Unlimited Clips^x01,^x04 More Ammo",
  12. "^x04[Zombie Outstanding]^x01 If you are^x03 stuck^x01, press^x04 M^x01 -^x04 4^x01 for unstuck!",
  13. "^x04 Co-Owner^x01 +^x04 Vip^x03 PERMANENT^x04 5 Euro^x03 Cosmote/Paypal^x01! :add^x04 zm+just@yahoo.com^x01 !",
  14. "^x04[Zombie Outstanding]^x01 Become a^x03 Gold Member^x01 today! It just costs^x04 3 EURO",
  15. "^x04[Zombie Outstanding]^x01 We are the^x03 kings!^x01 We are ^x04the best^x01 ones!",
  16. "^x04[Zombie Outstanding]^x01 Acest server foloseste un ^x04exceptional^x01 sistem de clasament al ^x04jucatorilor",
  17. "^x01[^x04GOLDMEMBER^x01]^x01 Type ^x03/gold^x01 to view^x04 Gold Member^x01 features!",
  18. "^x04[Zombie Outstanding] ^x01GOLDMEMBER =^x04 3 EURO ^x03(PAYPAL,SMS) ^x01. ^x04 Contact : best_extream@yahoo.com",
  19. "^x04[Zombie Outstanding]^x01 Please read the regulation at^x03 www.FastCs.Ro^x01 -- We thank you!",
  20. "^x04[Zombie Outstanding]^x01 Bun venit pe ^x03ThunderZm.FastCs.Ro!^x01 Speram ca te vei^x04 distra^x01 si vei ramane aici",
  21. "^x01[^x04ZP^x01]^x01 Add us on^x04 Y!M^x01! Names: ! best_extream@yahoo.com",
  22. "^x04 Co-Owner^x01 +^x04 Vip^x03 PERMANENT^x04 5 Euro^x03 Cosmote/Paypal^x01! :add^x04 best_extream@yahoo.com^x01 !",
  23. "^x04[Zombie Outstanding]^x01 Type^x04 /LM^x01 if you want to get a^x03 LaserMine",
  24. "^x04[Zombie Outstanding]^x01 ^x03Please remember^x01! Our server may be the best one from ^x04world^x01!",
  25. "^x04[Zombie Outstanding]^x01 Daca esti^x03 blocat^x01, apasa^x04 M^x01 -^x04 4^x01 pentru a fi deblocat!",
  26. "^x04[Zombie Outstanding]^x03 ThunderZm.FastCs.Ro^x01 -- Server running at^x04 1,000 FPS^x03 guaranted!",
  27. "^x04[Zombie Outstanding]^x01 Bine ati venit pe ^x04HellThunderZm.CsOutStanding.Com",
  28. "^x04[Zombie Outstanding]^x01 Press^x03 M^x01 to open the^x04 Zombie Plague^x01 game menu!",
  29. "^x04 Co-Owner^x01 +^x04 Vip^x03 PERMANENT^x04 5 Euro^x03 Cosmote/Paypal^x01! :add^x04 best_extream@yahoo.com^x01 !",
  30. "^x04[Zombie Outstanding]^x01Thank you for your decision you made!^x03 .:: ThunderZm.FastCs.Ro ::.",
  31. "^x04[Zombie Outstanding]^x01Contact owners on!g Y!M!t!^x03 best_extream!n sau skype - vanea432!g",
  32. "^x04[Zombie Outstanding]^x01Please read the regulation at!t http^x03 //FastCs.Ro!n We thank you!",
  33. "^x04[Zombie Outstanding]^x01Please remember!!t^x03 89.40.233.233:27015g",
  34. "^x04[Zombie Outstanding]^x01Un compte!t d'Or Member!n^x03 co?te!g 5 EUR!n!",
  35. "^x04[Zombie Outstanding]^x01ThunderZm.FastCs.Ro^x03 g :27015!t ::..!g [!tMASTER SERVER!g]",
  36. "^x04[Zombie Outstanding]^x01Cumpãrã puncte sau cont!g Gold Member!^x03 prin!g SMS!t!",
  37. "^x04[Zombie Outstanding]^x01Skype!t vanea432^x03 sau vanea432",
  38. "^x04[Zombie Outstanding]^x01Contact owners on!g Y!M!t!^x03 best_extream!n sau skype - vanea432!g",
  39. "^x04[Zombie Outstanding]^x01Contact owners on!g Y!M!t!^x03 best_extream!n sau skype - vanea432!g"
  40.  
  41. }
  42.  
  43.  
  44.  
  45. public plugin_init ( )
  46. {
  47. set_task( random_float(20.0, 40.0), "show_messages", _, _, _,"b" )
  48. }
  49.  
  50. public show_messages ( )
  51. {
  52. client_print_color(0, Grey, "%s", messages[random(sizeof messages)])
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement