Update boats

This commit is contained in:
A Man
2020-01-24 13:56:02 +01:00
parent 02a6dba7e8
commit 428ceb28e0
10 changed files with 90 additions and 495 deletions

View File

@@ -118,15 +118,15 @@ if (toLower worldName in ["caribou","chernarus","cmr_ovaron","dayznogova","dingo
// water map, add boats
AllowedVehiclesList = AllowedVehiclesList + [
["Fishing_Boat",_Ratio3],
["Fishing_Boat_DZE",_Ratio3],
["JetSkiYanahui_Case_Blue",_Ratio1],
["JetSkiYanahui_Case_Green",_Ratio1],
["JetSkiYanahui_Case_Red",_Ratio1],
["JetSkiYanahui_Case_Yellow",_Ratio1],
["PBX",_Ratio3],
["PBX_DZE",_Ratio3],
["RHIB_DZE",_Ratio3],
["Smallboat_1",_Ratio3],
["Smallboat_2",_Ratio3],
["Zodiac",_Ratio3]
["Smallboat_1_DZE",_Ratio3],
["Smallboat_2_DZE",_Ratio3],
["Zodiac_DZE",_Ratio3]
];
};