Removing vehicle ammo?

lazyink

Valued Member!
Staff member
I would like to put a jet onto our server, but first want to remove the ammo so it is not OP. Would the code below work?

if (_object isKindOf "Su25_CDF") then {
_object setVehicleAmmo 0;
};

Thanks!
 
Back
Top