Author Topic: Change Colorset In-Game [Fail]  (Read 435 times)

Is there a server-side way to change the colorset?
« Last Edit: February 21, 2014, 01:47:05 PM by tommybricksetti »

Kinda

So you can do:
Code: [Select]
setColorTable(int colorID, string color);
However, this will not update the colorset used by clients currently in-game.
They will need to disconnect and rejoin for this change to take effect.

Actually, this function might be client sided only, in which case you need to try and find the servercmd where the client requests the color table and package that.

Edit: wtf why did you make a new thread
« Last Edit: February 18, 2014, 10:00:02 PM by Nexus »

Actually, this function might be client sided only

nope

in which case you need to try and find the servercmd where the client requests the color table

there is none