Forum

> > CS2D > Scripts > Why doesn't it work?
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Why doesn't it work?

7 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

verschoben Why doesn't it work?

Mami Tomoe
User Off Offline

Zitieren
When I use:

1
gmsg2(id,"255255000","[Server]: ©000255000$5000 Payday.")

It will write this:

1
[Server]: Â$5000 Payday.

My problem is:
1
© = Â

How to block this thing from appearing when I try to have 2 different colors?

Admin/Mod Kommentar

Obviously related to Scripts. Moved! /user GeoB99

alt Re: Why doesn't it work?

GeoB99
Moderator Off Offline

Zitieren
Not sure about the first problem, but the second you would rather use \169 for scripts instead of ©. Such cause like this happens from that © thingy.

alt Re: Why doesn't it work?

GeoB99
Moderator Off Offline

Zitieren
Here we go then, but note that this is just an example for you. Afterwards is up to you to do the next as long you know how to do.
1
msg2("id, \169255000000[SERVER]: You're not allowed!")

alt Re: Why doesn't it work?

THEMUD
User Off Offline

Zitieren
Try this code:
1
msg2(id, "\169255255000[Server]: \169000255000$5000 Payday")
Make sure that my posted colors are correct.

alt Code

Paulo49
User Off Offline

Zitieren
1
2
3
msg2(id,'COLOR [Server]: COLOR$ Payday')

Color - Code for Color Message!
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht