mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
inb4 "worst mission system, crashes my server"
This commit is contained in:
parent
46226a183b
commit
d9d287d69e
20
README.md
20
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!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!DO NOT USE HEADLESS CLIENT. IT IS CURRENTLY BUGGED AS OF SEPTEMBER 4TH, 2015. IT WILL CRASH YOUR SERVER!!!!!!!!!!!!
|
||||||
HEADLESS CLIENT:
|
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
|
if (!hasInterface && !isServer) then //DO NOT USE!!!
|
||||||
{
|
{ //DO NOT USE!!!
|
||||||
1 spawn
|
1 spawn //DO NOT USE!!!
|
||||||
{
|
{ //DO NOT USE!!!
|
||||||
waitUntil {player==player};
|
waitUntil {player==player}; //DO NOT USE!!!
|
||||||
DMS_HC_Object = player;
|
DMS_HC_Object = player; //DO NOT USE!!!
|
||||||
publicVariableServer "DMS_HC_Object";
|
publicVariableServer "DMS_HC_Object"; //DO NOT USE!!!
|
||||||
};
|
}; //DO NOT USE!!!
|
||||||
};
|
}; //DO NOT USE!!!
|
Loading…
Reference in New Issue
Block a user