Scroll Menu Color Code
Hello,
I used this to add me an menu Item,
player removeaction Menue_Vehicle;
Menue_Vehicle= player addAction ["<t color='#3ADF00'>Fahrzeuge</t>","[]spawn VehicleMenue;
but now I find out that I can use like :
main =
[
["",true],
["<t color='#FF0000'>Media Menu by MineCore</t>", [], "#USER:main", -5, [["expression", ""]], "1", "1"],
["<t color='#000000'>----------------------</t>", [], "", -5, [["expression", format[exstr,"Vgm.sqf"]]], "1", "1"],
["<t color='#3ADF00'>Main</t>", [], "", -5, [["expression", format[exstr,"Via.sqf"]]], "1", "1"],
["<t color='#3ADF00'>Waffen</t>", [], "", -5, [["expression", format[exstr,"Vtps.sqf"]]], "1", "1"],
["<t color='#3ADF00'>Fahrzeuge</t>", [], "", -5, [["expression", format[exstr,"Vr.sqf"]]], "1", "1"],
["<t color='#000000'>----------------------</t>", [], "#USER:main", -5, [["expression", ""]], "1", "1"],
[">Exit<", [], "", -3, [["expression", ""]], "1", "1"]
];
But how I can make Color in the Second Menu type ?