Problema Chat staff New Crypto

Sarebbe possibile, ma dovresti avere la source dell'emulatore, copiarla da Phoenix emu 3.11 e metterla nell'emulatore new crypto, se non sai il c# evita di farlo.
 
Sarebbe possibile, ma dovresti avere la source dell'emulatore, copiarla da Phoenix emu 3.11 e metterla nell'emulatore new crypto, se non sai il c# evita di farlo.

Season emu è open source,se mi dici come fare.. altrimenti non sapresti farlo tu per me? :/
 
devi mettere così:
if (TextColor == 0 && Session.GetHabbo().Rank > 5) // Bug?
{
TextColor = 2; // 1 = Users and Pets Respect, 2 = Bots.
}
InvokedChatMessage message3 = new InvokedChatMessage(this, Message, Shout, TextColor);
this.GetRoom().QueueChatMessage(message3);

Prova massimo rimetti i /* */
 
devi mettere così:
if (TextColor == 0 && Session.GetHabbo().Rank > 5) // Bug?
{
TextColor = 2; // 1 = Users and Pets Respect, 2 = Bots.
}
InvokedChatMessage message3 = new InvokedChatMessage(this, Message, Shout, TextColor);
this.GetRoom().QueueChatMessage(message3);

Prova massimo rimetti i /* */
Non va, ho provato con e senza i /*/* ecc. Potresti cercarne un altro?