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
68
69
70
71
72
73
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
68
69
70
71
72
73
addhook("say","kill")
function kill(id,env)
	for _, usgn in ipairs(admlist) do
		if player(id,'usgn') == usgn then
			if (env=="!kill 1") then
			parse("killplayer 1")
		end
			if (env=="!kill 2") then
			parse("killplayer 2")
		end
			if (env=="!kill 3") then
			parse("killplayer 3")
		end
			if (env=="!kill 4") then
			parse("killplayer 4")
		end
			if (env=="!kill 5") then
			parse("killplayer 5")
		end
			if (env=="!kill 6") then
			parse("killplayer 6")
		end
			if (env=="!kill 7") then
			parse("killplayer 7")
		end
			if (env=="!kill 8") then
			parse("killplayer 8")
		end
			if (env=="!kill 9") then
			parse("killplayer 9")
		end
			if (env=="!kill 10") then
			parse("killplayer 10")
		end
			if (env=="!kill 11") then
			parse("killplayer 11")
		end
			if (env=="!kill 12") then
			parse("killplayer 12")
		end
			if (env=="!kill 13") then
			parse("killplayer 13")
		end
			if (env=="!kill 14") then
			parse("killplayer 14")
		end
			if (env=="!kill 15") then
			parse("killplayer 15")
		end
			if (env=="!kill 16") then
			parse("killplayer 16")
		end
			if (env=="!kill 17") then
			parse("killplayer 17")
		end
			if (env=="!kill 18") then
			parse("killplayer 18")
		end
			if (env=="!kill 19") then
			parse("killplayer 19")
		end
			if (env=="!kill 20") then
			parse("killplayer 20")
		end
			if (env=="!kill 21") then
			parse("killplayer 21")
		end
			if (env=="!kill 22") then
			parse("killplayer 22")
		end
	end
end
end
edited 1×, last 22.05.13 07:02:22 am
Fast kill command
1 
Offline