Forum

> > CS2D > Scripts > Colors don't work
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Colors don't work

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

verschoben Colors don't work

L33tcs2Dmodd3r
User Off Offline

Zitieren
So I am having a hook on say, and In the function I have this:
msg(player(id, "name")..": ©000255000"..zinute)
And it doesn't color the text of message (zinute). It just shows ©000255000lalala. Any ideas?

alt Re: Colors don't work

Yasday
User Off Offline

Zitieren
You need that color thingy on the start of the string, like this:
1
msg("©000255000" .. player(id, "name") .. ": " .. zinute)
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht