Ok regarding the R G B A format.
Just a few queries here.
I have changed it so that you can now make any color you like using the R G B A format.
Now there are some rules to abide from and I cannot make it any other way.
Instead of TextColor="(R=100,G=150,B=200,A=255)" the only way I can do it is: TextColor="100.150.200.255"
This is so it can easily be loaded into the Menu, can easily be replicated and I only have to look for dots.
The other issue with using this format is I have to reduce the total number of messages from 30 (current) down to 20.
1. Would 20 messages be ok ?
2. Would this way of setting the color not confuse most Admin ?
3. Depending on (2) should we not just stick with what we got and maybe look at this again in the next release ?
Unfortunately we cannot have it both ways, its one or the other.
The other problem comes in that in the Menu if the Admin does not enter it correctly as 200.200.200.255 there is no error checking here and it could crash his server which is also one of the reasons I previously did it with fixed colors.
One can error check an ini file when loading the messages but when directly editing or adding a new message from the Menu it becomes almost impossible to error check what the Admin has done.
Your thoughts here ?
** Edit **
If you like I can make a Beta 4 for you with these changes to see.
I have kept a backup of Beta 3 incase.
It is now actually quite nice as I've made it that as the Admin changes the colors in the Menu by typing in the different numbers, so the Message label at the top changes at the same time.
In this way he can make the exact color he wants - pretty cool
I have added some error checking and if anything seems wrong, it will default to 200.200.200.255