If you are usgn listed then when you talk in server you have colored name and tag (admin).
Forum




rank script
5 replies



If you are usgn listed then when you talk in server you have colored name and tag (admin).
Hell no. NEVER EVER SUGGEST THAT SHIT AGAIN.

Best one I've seen on this forum. Worth downloading it.
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
list_usgn = {xxxx} -- put your usgn there addhook("say", "AdminSay") function AdminSay(id, text) 	 	local _, i; 	for _, i in ipairs(list_usgn) do 		if (i == player(id, "usgn")) then 			msg("©255255255" .. player(id,"name") .. " (»Admin«): " .. text) -- Change Admin to the tag you want also change "©255255255" to the color 			return 1; 		end 	end end

https://gist.github.com/3226436
*Unlimited users
*Per-user color,prefix,suffix
*toggle-able
*faster



