Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Under OnGameModeInit
- SendRconCommand("hostname Testing 123456");
- SetTimer("H1",1000,false);
- forward H1();
- public H1() {
- SendRconCommand("hostname esting 123456");
- SetTimer("H2",1000,false);
- return 1; }
- forward H2();
- public H2() {
- SendRconCommand("hostname eting 123456");
- SetTimer("H3",1000,false);
- return 1; }
- forward H3();
- public H3() {
- SendRconCommand("hostname ting 123456");
- SetTimer("H4",1000,false);
- return 1; }
- forward H4();
- public H4() {
- SendRconCommand("hostname ng 123456 Te");
- SetTimer("H5",1000,false);
- return 1; }
- forward H5();
- public H5() {
- SendRconCommand("hostname g 123456 Tes");
- SetTimer("H6",1000,false);
- return 1; }
- forward H6();
- public H6() {
- SendRconCommand("hostname 123456 Test");
- SetTimer("H7",1000,false);
- return 1; }
- forward H7();
- public H7() {
- SendRconCommand("hostname 123456 Testi");
- SetTimer("H8",1000,false);
- return 1; }
- forward H8();
- public H8() {
- SendRconCommand("hostname 23456 Testin");
- SetTimer("H9",1000,false);
- return 1; }
- forward H9();
- public H9() {
- SendRconCommand("hostname 3456 Testing");
- SetTimer("H10",1000,false);
- return 1; }
- forward H10();
- public H10() {
- SendRconCommand("hostname 456 Testing ");
- SetTimer("H11",1000,false);
- return 1; }
- forward H11();
- public H11() {
- SendRconCommand("hostname 56 Testing 1");
- SetTimer("H12",1000,false);
- return 1; }
- forward H12();
- public H12() {
- SendRconCommand("hostname 6 Testing 12");
- SetTimer("H13",1000,false);
- return 1; }
- forward H13();
- public H13() {
- SendRconCommand("hostname Testing 123");
- SetTimer("H14",1000,false);
- return 1; }
- forward H14();
- public H14() {
- SendRconCommand("hostname Testing 1234");
- SetTimer("H15",1000,false);
- return 1; }
- forward H15();
- public H15() {
- SendRconCommand("hostname Testing 12345");
- SetTimer("H16",1000,false);
- return 1; }
- forward H16();
- public H16() {
- SendRconCommand("hostname Testing 123456");
- SetTimer("H1",1000,false);
- return 1; }
Advertisement
Add Comment
Please, Sign In to add comment