Fix init errors, improve antihack

Add True value checking, change all true loops to 1 == 1 (1 cannot be
overwritten).

This commit also fixes an error with the latest beta patches.
This commit is contained in:
icomrade
2014-02-06 14:42:40 -05:00
parent 517cf8fe54
commit 38cfc7a715
28 changed files with 149 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ private["_ofn","_nfn","_REMOVED_LIB","_TRACED_LIB"];
#ifndef SKIP_REMOTEEXECUTIONSERVER
[]spawn{
while{(true)}do{
while {(1 == 1)} do {
private["_nfn"];
waitUntil{BIS_PathMPscriptCommandsCustom=="\ca\Modules\MP\data\scriptCommandsCustom\"};
_nfn="BIS_MPF_remoteExecutionServer"+str(round(random(100000)));