Forum




admin color
2 replies



there are enough lua scripts that contains your wish.
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
usgnid= yourunrealsoftwareid addhook ("say","sages") function sages(id,txt) if (player(id,"usgn")==usgnid) then msg ("©000255000"..(player(id,"name"))..":"..txt) return 1 end end



