Home   Help Search Login Register  

Author Topic: Useing a soldier as a Transportmagazine  (Read 975 times)

0 Members and 1 Guest are viewing this topic.

RangerStew

  • Guest
Useing a soldier as a Transportmagazine
« 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