Guest User

Untitled

a guest
Oct 18th, 2011
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. //Under OnGameModeInit
  2. SendRconCommand("hostname Testing 123456");
  3. SetTimer("H1",1000,false);
  4.  
  5. forward H1();
  6. public H1() {
  7. SendRconCommand("hostname esting 123456");
  8. SetTimer("H2",1000,false);
  9. return 1; }
  10.  
  11. forward H2();
  12. public H2() {
  13. SendRconCommand("hostname eting 123456");
  14. SetTimer("H3",1000,false);
  15. return 1; }
  16.  
  17. forward H3();
  18. public H3() {
  19. SendRconCommand("hostname ting 123456");
  20. SetTimer("H4",1000,false);
  21. return 1; }
  22.  
  23. forward H4();
  24. public H4() {
  25. SendRconCommand("hostname ng 123456 Te");
  26. SetTimer("H5",1000,false);
  27. return 1; }
  28.  
  29. forward H5();
  30. public H5() {
  31. SendRconCommand("hostname g 123456 Tes");
  32. SetTimer("H6",1000,false);
  33. return 1; }
  34.  
  35. forward H6();
  36. public H6() {
  37. SendRconCommand("hostname 123456 Test");
  38. SetTimer("H7",1000,false);
  39. return 1; }
  40.  
  41. forward H7();
  42. public H7() {
  43. SendRconCommand("hostname 123456 Testi");
  44. SetTimer("H8",1000,false);
  45. return 1; }
  46.  
  47. forward H8();
  48. public H8() {
  49. SendRconCommand("hostname 23456 Testin");
  50. SetTimer("H9",1000,false);
  51. return 1; }
  52.  
  53. forward H9();
  54. public H9() {
  55. SendRconCommand("hostname 3456 Testing");
  56. SetTimer("H10",1000,false);
  57. return 1; }
  58.  
  59. forward H10();
  60. public H10() {
  61. SendRconCommand("hostname 456 Testing ");
  62. SetTimer("H11",1000,false);
  63. return 1; }
  64.  
  65. forward H11();
  66. public H11() {
  67. SendRconCommand("hostname 56 Testing 1");
  68. SetTimer("H12",1000,false);
  69. return 1; }
  70.  
  71. forward H12();
  72. public H12() {
  73. SendRconCommand("hostname 6 Testing 12");
  74. SetTimer("H13",1000,false);
  75. return 1; }
  76.  
  77. forward H13();
  78. public H13() {
  79. SendRconCommand("hostname Testing 123");
  80. SetTimer("H14",1000,false);
  81. return 1; }
  82.  
  83. forward H14();
  84. public H14() {
  85. SendRconCommand("hostname Testing 1234");
  86. SetTimer("H15",1000,false);
  87. return 1; }
  88.  
  89. forward H15();
  90. public H15() {
  91. SendRconCommand("hostname Testing 12345");
  92. SetTimer("H16",1000,false);
  93. return 1; }
  94.  
  95. forward H16();
  96. public H16() {
  97. SendRconCommand("hostname Testing 123456");
  98. SetTimer("H1",1000,false);
  99. return 1; }
  100.  
Advertisement
Add Comment
Please, Sign In to add comment