1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
-------------------------- Created by BIG BANG MAFIA HAVE FUN :D -------------------------- ----------- --Setings-- ----------- parse("speedmod.."id".."15") parse("setmaxhealth.."id".."150") parse("mp_infammo "1") parse("mp_building_limit "turret" 9999") parse("mp_building_limit "supply" 9999") parse("mp_building_limit "gate field" 9999") parse("mp_building_limit "dispenser" 9999") parse("sv_gamemode "3") parse("mp_antispeeder "1") if rand==nil then rand={} end random={} --------------- --Server Name-- --------------- addhook("team","random.title") function random.title(id) parse('hudtxt2 '..id..' 9 "©160160255'..game("sv_name")..'" 260 26') end ------- --MSG-- ------- addhook("minute","random.msges") function random.msges() msg("©190255050 ==Random Script") msg("©190255050 ==Created by BIG BANG MAFIA") msg("©190255050 ==Dont Steal This") msg("©190255050 ==Have fun playing") msg("©190255050 ==Visit my clan www.richclan.ucoz.com") end -------- --move-- -------- addhook("move","random.move") function random.move(id,x,y,walk) rot = player(id,"rot") parse('hudtxt2 '..id..' 3 "©000255000*Coordinates X: '..x..' Y: '..y..' " 13 105') end addhook("movetile","random.movet") function random.movet(id,x,y) parse('hudtxt2 '..id..' 8 "©000255000*Tile Coordinates X: '..x..' Y: '..y..' " 13 130') end ----------------------------- -- welcome msg -- ----------------------------- addhook("team","random.team") function random.team(p,tm) 	if tm==1 then 		msg2(p,"©000255000=Welcome to my server, "..player(p,"name").."!") 	end	 	if tm==2 then 		msg2(p,"©000255000=Welcome to my server, "..player(p,"name").."!") 		 	end end