what is rong here it is somthing about a Saboteur
class CfgVehicles
{
class All {};
class AllVehicles: All {};
class Land: AllVehicles {};
class Man: Land {};
class Soldier: Man {};
class SoldierWB: Soldier {};
class SoldierWSaboteur: SoldierWB {};
class SoldierWSaboteurPipe: SoldierWSaboteur {};
class SoldierWSaboteurDay: SoldierWSaboteurPipe {};
class BlackOpSTGNSPRtb: SoldierWSaboteurDay
{
displayName="BlackOp Day (M4A1SPRtb)STGN";
weapons[]={"STGNSPRtb","Binocular","NVGoggles","Throw","Put"};
magazines[]={"STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","HandGrenade","HandGrenade","SmokeShell","SmokeShell"};
};
class SoldierWSaboteur: SoldierWB {};
class SoldierWSaboteurPipe: SoldierWSaboteur {};
class SoldierWSaboteurDay: SoldierWSaboteurPipe {};
class BlackOpSTGNSPRtbsd: SoldierWSaboteurDay
{
displayName="BlackOp Day (M4A1SPRtb-SD)STGN";
weapons[]={"STGNSPRtbsd","Binocular",","NVGoggles","Throw","Put"};
magazines[]={"STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","HandGrenade","HandGrenade","SmokeShell","SmokeShell"};
};
};
please helpe
STGN