hello major i think found a bug.
when i want a Unit to have a Launcher (no matter wiche one) Ingame its say's like: Error bad vehicle type "name of Launcher"
so i redownloaded the LEA 3times,but the error is still pressent
i looked in the loadout.sqf and found this :
removeallweapons PlayerX;
removeallitems PlayerX;
removeBackpack PlayerX;
_PlayerXplayerweap = [
];
_PlayerXplayerammo = [
"SMAW_HEAA",
"SMAW_HEAA",
"ACE_SMAW_NE",
"ACE_SMAW_NE",
"SMAW_HEDP"
];
_PlayerXplayerweapback = "";
_PlayerXplayerweapruck = [];
_PlayerXplayerammoruck = [];
>>PlayerX addBackpack "SMAW";<<(this is the Problem i guess)
PlayerX setvariable ["ACE_weapononback", _PlayerXplayerweapback];
{PlayerX addmagazine _x} foreach _PlayerXplayerammo;
{PlayerX addWeapon _x} foreach _PlayerXplayerweap;
PlayerX selectWeapon (primaryWeapon PlayerX);
hintSilent "Loadout - done";
sleep 10;
hintSilent "";
I dont know may LEA messed something up with addBackpack and addWeapon .
someboddy else have this ? (never had Probs before with this tool)
Keep up the good work.
edit:
ok thx 4 the fast answer :D