Forum

> > CS2D > Scripts > Say White
Forums overviewCS2D overview Scripts overviewLog in to reply

English Say White

4 replies
To the start Previous 1 Next To the start

old Say White

superpegamento
User Off Offline

Quote
I need to say !tag appears msg in white example:

!tag hi

"Player says: (Text White)"

Is easy

old Re: Say White

Avo
User Off Offline

Quote
is easy.

Why don't you even try to search before creating a thread? I've seen thousands script like that on forum.

old Re: Say White

Rainoth
Moderator Off Offline

Quote
1
2
3
4
5
6
addhook("say","potato")
function potato(i,t)
	if t:sub(1,4)=="!tag" then
		msg(player(i,"name").." says: (Text White)")
	end
end

As you said
Is easy

old Re: Say White

Avo
User Off Offline

Quote
@user Rainoth:
1
2
3
4
5
6
addhook("say","potato")
function potato(i,t)
     if t:sub(1,4)=="!tag" then
          msg(player(i,"name").." says: \169255255255(Text White)")
     end
end
will be better.

Spoiler >

old Re: Say White

Rainoth
Moderator Off Offline

Quote
@user Avo: It's as you said. If he's so senseless that he doesn't search the file archive,forum even when it CLEARLY asks if he really searched and didn't find anything then he doesn't deserve our effort.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview