CfgVehicles and Scope issues done

This commit is contained in:
icomrade
2016-02-19 10:52:34 -05:00
parent 1702b297bb
commit 4a1699865e
206 changed files with 5270 additions and 5703 deletions

View File

@@ -7,7 +7,10 @@ class Fishing_Boat: Ship {
cargoiscodriver[] = {0};
cost = 10000;
crew = "";
maxspeed = 40;
maxSpeed = 40;
transportMaxMagazines = 400;
transportMaxWeapons = 40;
transportMaxBackpacks = 8;
damageresistance = 0.00318;
displayname = $STR_VEH_NAME_FISHING_BOAT;
driveraction = "FB_Driver";