From bcefc1ff5b4fa17e6704fe49a0da6ad37492161d Mon Sep 17 00:00:00 2001 From: sethduda Date: Tue, 29 Mar 2016 18:38:04 -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 31ea72c..8d11e32 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Also check out my Advanced Sling Loading addon for more rope features! **Notes for Mission Makers:** -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 set, 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. Note, however, mass of all vehicles will be taken into account. It's going to be slower to two vehicles than one. +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 set, 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. Note, however, mass of all vehicles will be taken into account. It's going to be slower to two vehicles vs one. ```SA_MAX_TOWED_CARGO = 3; ```