Need to open mission.sqm and add one string
textures="Hex"; OR textures="Grey"; in class Attributes
As example:
...
class Attributes
{
textures="Hex";
};
...
type="I_Plane_Fighter_03_dynamicLoadout_F";
...
Need to open mission.sqm and add one string
textures="Hex"; OR textures="Grey"; in class Attributes
As example:
...
class Attributes
{
textures="Hex";
};
...
type="I_Plane_Fighter_03_dynamicLoadout_F";
...