Primax7 has written
It not working
SilentDash has written you can use this...
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
admins={} -- put there your usgn number addhook ("say","lol3") function lol3(id,txt) local tox=txt:sub(1,10) 	if player(id,"usgn")=="admin" then 	local fullstring = txt:sub(12) 	msg("©000255000"..player(id,"name")..": "..fullstring) 	return 1 	end end
It not working
which error shows the console?