Hope it will be usefull in some servers.
Approved by Seekay
Download
380 b, 705 Downloads
addhook("serveraction","a") function a(id, act) 	if act == 1 then 		menu(id,"Change Team,Join CT,Join T,Join Spec") 	end end addhook("menu","b") function b(id,title,buton) 	if title == "Change Team" then 		if b == 1 then 			parse('makect '..id) 		end 		if b == 2 then 			parse('maket '..id) 		end 		if b == 3 then 			parse('makespec '..id) 		end 	end 	return 1 end