1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
|
logo() { level.awe_serverlogotext =
// Replace the text between the quotationmarks with your server and/or clan name
// Colorcoding can be used
// ^1 = red
// ^2 = green
// ^3 = yellow
// ^4 = blue
// ^5 = cyan
// ^6 = magenta
// ^7 = white
// ^8 = dark purple
// ^9 = gray
// ^0 = black
///// DON'T CHANGE ANYTHING ABOVE THIS LINE /////
&"^2http://www.awemod.com"
///// DON'T CHANGE ANYTHING BELOW THIS LINE /////
;
} |