1textures/arena10/neonsign11
2
3{
4
5	{
6		if ( $ rs_hasflag && ( $ rs_team == blue ) )
7			map textures/arena10/neonsign11b
8			scale static -1 static -1
9			blendFunc GL_ONE GL_ZERO
10
11	}
12
13}
14
15textures/arena10/neonsign11b
16
17{
18
19	{
20		if ( $ rs_hasflag && ( $ rs_team == red ) )
21			map textures/arena10/neonsign11
22			scale static -1 static -1
23			blendFunc GL_ONE GL_ZERO
24
25	}
26
27}
28