OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: RangerStew on 04 Nov 2002, 04:20:00

Title: Useing a soldier as a Transportmagazine
Post by: RangerStew on 04 Nov 2002, 04:20:00
I noticed on the STU Australian Defense Forces addon that he had an AT gunner, and an AT loader who served as a vehicle for carrying extra AT rounds. Been trying to do the same with my own mod, but can't make it work. Anyone ever try this before?
Just to let you know what I did, I added this on after the entry for the AT loader in the CfgVehicles section of the .cpp.

 class TransportMagazines
              {
   class _xx_CarlGustavLauncher
   {
   magazine="CarlGustavLauncher";
   count=4;
   };

Thanks


RangerStew