Forum

> > CS2D > Scripts > admin color
Forums overviewCS2D overview Scripts overviewLog in to reply

English admin color

2 replies
To the start Previous 1 Next To the start

old Re: admin color

TimeQuesT
User Off Offline

Quote
look into the file archive !
there are enough lua scripts that contains your wish.

old Re: admin color

KpX
User Off Offline

Quote
1
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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview