Forum

> > CS2D > Scripts > Say White
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Say White

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Say White

superpegamento
User Off Offline

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

!tag hi

"Player says: (Text White)"

Is easy

alt Re: Say White

Avo
User Off Offline

Zitieren
is easy.

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

alt Re: Say White

Rainoth
Moderator Off Offline

Zitieren
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

alt Re: Say White

Avo
User Off Offline

Zitieren
@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 >

alt Re: Say White

Rainoth
Moderator Off Offline

Zitieren
@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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht