Salve salve Galerinha.
To com uma pequena duvida.
Bom, no arquivo chat.cpp adicionei esse code simples, e legal, que muda a cor que cada membro da Staff fala no Channel:
Ta aqui o Code:
uint16_t channelId = getId();
if (channelId == 9) {
if (player->getGroupId() == 6) {
ntype = SPEAK_CHANNEL_RN;
}
else if (player->getGroupId() == 5) {
ntype = SPEAK_CHANNEL_RN;
}
else if (player->getGroupId() == 4) {
ntype = SPEAK_CHANNEL_RN;
}
else if(player->getGroupId() >= 3