


1
Thank you
Thank you
addhook("team","asd") function asd(id,t) 	if (t==1) then 		msg(player(id,"name").." has joined T!") 	elseif (t==2) then 		msg(player(id,"name").." has joined CT!") 	else 		msg(player(id,"name").." has joined Spectators!") 	end end