From 9296ae98b263e1ecbdb33eac32a992f193e1577e Mon Sep 17 00:00:00 2001 From: sethduda Date: Wed, 3 Feb 2016 13:02:07 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74fff12..cd8340a 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,16 @@ Players on the ground can detached ropes from an object **Usage:** -Put **sa_ropes.sqf** in your mission directory. +Addon: -Add **[] execVM "sa_ropes.sqf";** to your init.sqf file. +Install via steam (http://steamcommunity.com/sharedfiles/filedetails/?id=615007497). Will apply ropes action to all missions. +If using on a MP server, only the server needs to have it installed. + +Script: + +Put https://github.com/sethduda/AdvancedSlingLoading/blob/master/addons/SA_AdvancedSlingLoading/functions/fn_advancedSlingLoadingInit.sqf in your mission directory. + +Add **[] execVM "fn_advancedSlingLoadingInit.sqf";** to your init.sqf file. That's all!