Vice City: Multiplayer

Server Development => Scripting and Server Management => Snippet Showroom => Topic started by: hotdogcat on Jun 23, 2018, 04:28 PM

Title: FBS-Echo color fix.
Post by: hotdogcat on Jun 23, 2018, 04:28 PM
As many of you may have noticed after rel005 standard ICOL function on fbs echo doesn't work.

To make your bot work properly replace your bot colors with the following new ones:

const ICOL_WHITE    = "0";
const ICOL_BLACK    = "1";
const ICOL_BLUE     = "2";
const ICOL_GREEN    = "3";
const ICOL_RED      = "4";
const ICOL_BROWN    = "5";
const ICOL_PURPLE   = "6";
const ICOL_ORANGE   = "7";
const ICOL_YELLOW   = "8";
const ICOL_LGREEN   = "9";
const ICOL_CYAN     = "10";
const ICOL_LCYAN    = "11";
const ICOL_LBLUE    = "12";
const ICOL_PINK     = "13";
const ICOL_GREY     = "14";
const ICOL_LGREY    = "15";

Title: Re: FBS-Echo color fix.
Post by: Milos on Jun 23, 2018, 07:47 PM
mIRC has increased colors from 0-15 to 98. Does this apply to all clients?
https://www.mirc.com/news.html
Title: Re: FBS-Echo color fix.
Post by: NicusorN5 on Jun 23, 2018, 07:48 PM
Quote from: Pop360 on Jun 23, 2018, 07:47 PMmIRC has increased colors from 0-15 to 98. Does this apply to all clients?
https://www.mirc.com/news.html
It should.