Maxence a écrit le dernier message :
So you can replace (2 times in the file) :
by :
Code:
private _texte_format = "";
switch (playerSide) do
{
case civilian:
{
_texte_format = "<t size ='1'>%3</t>";
};
case west:
{
_texte_format = "<img image='%1' size='1'></img> <t size ='1'>%2</t><br/>%3<br/>%4";
};
case independent:
{
_texte_format = "<img image='%1' size='1'></img> <t size ='1'>%2</t><br/>%3<br/>%4";
};
};
Code:
_texte_format = "<img image='%1' size='1'></img> <t size ='1'>%2</t><br/>%3<br/>%4";