(i have no idea what im dooing) i want to edit the suzuki addon, to have a mg. so i put.. // some basic defines
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7
#define true 1
#define false 0
// type scope
#define private 0
#define protected 1
#define public 2
class CfgPatches
{
class BTBW_Suzukig
{
units[]={"BTBW_Suzukig"};
weapons[]={};
requiredVersion=1.750000;
};
};
class CfgModels
{
class Default {};
class Vehicle: Default {};
class Car: Vehicle {};
class BTBW_Suzukig: Car {};
};
class cfgVehicles
{
class All {};
class AllVehicles: All {};
class Land: AllVehicles {};
class LandVehicle: Land {};
class Motorcycle: LandVehicle {};
class Jawa: Motorcycle{};
class BTBW_Suzukig: Jawa
{
displayName="Suzukig";
unitInfoType="UnitInfoShip";
scope=public;
cost=100000;
maxSpeed=374;
crew="Civilian6";
side=2
nameSound="car";
accuracy=1;
model="\BTBW_Suzukig\BTBW_Suzuki";
soundEngine[]={"\BTBW_Suzukig\motor.wav",0.100000,2.0};
fuelCapacity=34;
weapons[]={Browning};
magazines[]={Browning}; hasGunner=false; minFireTime=0.8;
driverAction="ManActJAWADriver";
cargoAction[]={"ManActJAWACoDriver"};
transportSoldier=0
transportAmmo=0
class IndicatorSpeed
{
selection="ukaz_rychlo";
axis="osa_rychlo";
angle=-245;
min=0;
max="190 / 3.4";
};
};
};
anyhow, when i added in the weapon&ammo, ingame the bike has a crosshair and the gun but i cant shoot it! how can i fire the weapon??