Update README.md

This commit is contained in:
sethduda 2016-08-24 17:10:15 -04:00 committed by GitHub
parent 1283fac2be
commit d587cdf607

View File

@ -83,6 +83,9 @@ class CfgRemoteExec
{ {
class Functions class Functions
{ {
ASL_Pickup_Ropes { allowedTargets=0; };
ASL_Deploy_Ropes_Index { allowedTargets=0; };
ASL_Rope_Set_Mass { allowedTargets=0; };
class ASL_Extend_Ropes { allowedTargets=0; }; class ASL_Extend_Ropes { allowedTargets=0; };
class ASL_Shorten_Ropes { allowedTargets=0; }; class ASL_Shorten_Ropes { allowedTargets=0; };
class ASL_Release_Cargo { allowedTargets=0; }; class ASL_Release_Cargo { allowedTargets=0; };