1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
addhook("serveraction","menus") function menus(id,action) if action == 1 then menu(id,"Menu,1,2,3") end end addhook("menu","menu") function menu(id,menu,sel) 	if title == "Menu" then 		if button == 1 then 			parse ("speedmod "..id.." 50") 		end 	end end
edited 1×, last 17.05.14 03:01:57 pm