From d9d287d69e815910f0c8cdf7f68abdffc93eb472 Mon Sep 17 00:00:00 2001 From: eraser1 Date: Fri, 4 Sep 2015 12:36:08 -0500 Subject: [PATCH] inb4 "worst mission system, crashes my server" --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 50ab493..628c9d9 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Repack the a3_dms folder with a PBO tool and follow the "To install:" steps :D !!!!!!!!!!!!!!!!!DO NOT USE HEADLESS CLIENT. IT IS CURRENTLY BUGGED AS OF SEPTEMBER 4TH, 2015. IT WILL CRASH YOUR SERVER!!!!!!!!!!!! HEADLESS CLIENT: -Add this code to the TOP of your initPlayerLocal.sqf +Add this code to the TOP of your initPlayerLocal.sqf //DO NOT USE!!! -if (!hasInterface && !isServer) then -{ - 1 spawn - { - waitUntil {player==player}; - DMS_HC_Object = player; - publicVariableServer "DMS_HC_Object"; - }; -}; \ No newline at end of file +if (!hasInterface && !isServer) then //DO NOT USE!!! +{ //DO NOT USE!!! + 1 spawn //DO NOT USE!!! + { //DO NOT USE!!! + waitUntil {player==player}; //DO NOT USE!!! + DMS_HC_Object = player; //DO NOT USE!!! + publicVariableServer "DMS_HC_Object"; //DO NOT USE!!! + }; //DO NOT USE!!! +}; //DO NOT USE!!! \ No newline at end of file