hi there i have one last question ^^ all script now working very well one good thing ^^
now i want add a picture visual effect on description and replace a text by picture with text.
Item1 =
[
["Your ammo"],
[{_text = Text "\bagpack\fonts\font1"}],
["Size : 0"],
["Value : 0"],
["Ammo bag"],
["\bagpack\ItemPics\ammobag.paa"],
[{[Player] execvm "\bagpack\ItemActions\magcontrol.sqf"}, "Open"],
[{ctrlSetText [500, "Cannot be moved from your inventory."]}],
[{ctrlSetText [500, "Cannot be moved from your inventory."]}],
[1, 0, 0]
];
but [{_text = Text "\bagpack\fonts\font1"}], d'ont working any idea?