Jump to content
  • 0

configurable vehicle mod?


nova

Question

Hello. I was wondering where is the configurable vehicle mod? (I think thats the name of the mod) For example say you can get a lada and attach an m240 on it and you can shoot with it while you are in the driver seat. You can buy it directly from a trader with the gun on it. Iv'e seen it before however i cant for the life of me find it. If someone could give me a link to it I would greatly appreciate it. Thank you

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

if (_object isKindOf "vehicle name here") then {
                _object addWeapon "weapon here";
                _object addMagazine "ammo here";
        };

put that in a file named VehicleAmmo.sqf

then in i think 3 files need to add #include "pathto/VehicleAmmo.sqf";

compile/server_publishVehicle2.sqf
compile/spawn_vehicles.sqf
garage/server_spawnVehicle.sqf maybe?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...