From f9092c3f4b61a08b26e5f8b4a0b752dc2ba84fe8 Mon Sep 17 00:00:00 2001 From: sethduda Date: Mon, 28 Mar 2016 19:54:01 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10aa60e..493d8e0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Note: The addon only needs to be installed on the server. It's optional for clie You can enable "trains" of vehicles by defining the SA_MAX_TOWED_CARGO varible in your init.sqf file. By default, this is set to 1. When enabled, vehicles can tow up to the max number of specified vehicles. If you try to tow more, your vehicle won't be able to move. -```SA_MAX_TOWED_CARGO = 1; ``` +```SA_MAX_TOWED_CARGO = 3; ``` You can customize which classes of objects can "deploy" tow ropes by overriding the SA_TOW_SUPPORTED_VEHICLES_OVERRIDE variable in an init.sqf file.