Hallo,
ich wollte das mit den verschiedenen Farben in einer ClientMessage mal versuchen.
Ich habe folgenden Code:
new RandomMSG[][] =
{
"{FF0000FF}[TIP] {FFFF00FF}Dont forget to read the rules (/rules) and the command list (/commands)!",
"{FF0000FF}[TIP] {FFFF00FF}Forums: [Entfernt]",
"{FF0000FF}[TIP] {FFFF00FF}You need help? Than ask an admin."
};
public SendMSG()
{
new randMSG = random(sizeof(RandomMSG));
SendClientMessageToAll(BASIC, RandomMSG[randMSG]);
}
"BASIC" ist die Farbe schwarz.
Alles wird schwarz angezeigt und {FARBE} wird ganz normal wie in 0.3b angezeigt ...
//edit: Forum Adresse entfernt.