OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Delta Hawk on 03 Dec 2004, 00:07:43
-
Hi. Can someone tell me the command for the config that will remove the hand grenades from a vehicle and not allow anybody to get it? I need to know this from my truck, and if i can't find out, then i can't release my truck :-\
-
Have you checked the Commented Configs by BIS?
You can grab a copy from the Editors Depot.
Off the top of my head I can only think of these:
transportAmmo = X;
transportMaxWeapons = X;
transportMaxMagazines = X;
X would be the value you wanted.
And these:
weapons[]={};
magazines[]={};
Planck