Editing Weapons,Items and Bagpack Slots

alLeX

New Member
Hello i wanted to edit the Weapons,Items and Bagpack Slots and i found in the cfgVehicles.hpp

this code:

//An2_TK_EP1
class An2_Base_EP1;
class AN2_DZ: An2_Base_EP1
{
displayname = "AN2 Cargo Plane";
displaynameshort = "AN2_DZ";
scope = 2;
side = 2;
crew = "";
typicalCargo[] = {};
hiddenSelections[] = {};
class TransportMagazines{};
class TransportWeapons{};
weapons[] = {};
magazines[] = {};
gunnerHasFlares = false;
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 10;
transportMaxMagazines = 80;
transportmaxbackpacks = 15;
};

But when i want to do the same with the C130J it is not working :/ can someone help me ? o. write the class for the C130J in the Thread here .. :)
 
the C130J dosnt work on chernarus maps correctly (think its only the wreck that dosnt spawn????), try adding RMOD to your server and try again
 
Back
Top