Color code showing in chatNot An Issue
I am doing something wrong, after the update my original message file was "defaulted" in the lang (eng) folder and I tried to redo it, but when the chat message comes up it shows the <colour=red>  as well as the message, I realise that the formatting might have changed for messages (?) and am looking for help in correcting it, also is there anything i can add to change size of text ?
Here is my failed file
{
  "CargoPlaneInbound1": "Cargo plane inbound{0}!",
  "HelicopterInbound1": "</color=red>Warning,Warning</color>Patrol Helicopter is looking for </color=red>YOU</color>",
  "SupplyDropInbound1": "<color=cyan> Another Supply pod landing</color><color=yellow>{0}!</color>",
  "CargoshipInbound1": "<color=yellow> Cargoship inbound{0}!</color>",
  "ChinookInbound1": "<color=yellow>Chinook inbound{0}!</color>",
  "PlayerSupplyDrop1": "{0} has deployed a supply drop{1}!",
  "PositionAt": " at {0}"
}
​
</color=red> is not a valid format, remove the /. Also make sure your changes are valid JSON, which you can use a site such as http://www.jsonlint.com for.

<size=#>text</size>
Thank you i wil try that, I also checked with JSON.validator and it told me it was a valid .json file , that is why i was surprised it did not work the way i wanted it to,
Thanks again for help

Merged post

I tried removing the /  but I am still getting the chat message
<color=yellow>chinook inbound at 992.2,60.0, -491.0!<color>
In response to pookins ():
Thank you i wil try that, I also checked with JSON.validator and it told me it was a valid .json fil...
You need to properly close the tag, with </color>
:)   trust me to remove all of them
Locked automatically