Forum
CS2D Scripts admin coloradmin color
2 replies 1
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
1