Forum

> > CS2D > Scripts > Colors don't work
Forums overviewCS2D overview Scripts overviewLog in to reply

English Colors don't work

3 replies
To the start Previous 1 Next To the start

moved Colors don't work

L33tcs2Dmodd3r
User Off Offline

Quote
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?

old Re: Colors don't work

Yasday
User Off Offline

Quote
You need that color thingy on the start of the string, like this:
1
msg("©000255000" .. player(id, "name") .. ": " .. zinute)
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview