Da immer noch viele da sind, die Spyglass nciht aus der 5er raus bekommen,
hab ich mal hier kleines Tut geschrieben wie ich es gemacht habe!
Und bei mir meldet sich Spyglass nicht mehr.
1 - Lösche deinen SpyGlass Ordner
2 - Öffne die Datei "Functions.h" und entferne
Code
class SpyGlass
{
tag = "SPY";
class Functions
{
file = "SpyGlass";
class cmdMenuCheck{};
class cookieJar{};
class menuCheck{};
class notifyAdmins{};
class observe{};
class payLoad{};
class variableCheck{};
class initSpy {};
};
};
Alles anzeigen
3 - öffnest du die Datei "description.ext" und entferne
Code
class SpyGlass
{
title = "The SpyGlass sees you";
subTitle = "You were detected by the SpyGlass";
description = "You were detected for cheating and have been reported to the server. Enjoy your day.";
pictureBackground = "";
picture = "";
pictureColor[] = {0,0.3,0.6,1};
};
4 - öffnest du die Datei "clientValidator.sqf", und leere sie, das nciht mehr drin steht ( NICHT DIE clientValidator.sqf LÖSCHEN, NUR LEEREN !)
5 - Öffne die Datei "fn_requestReceived.sqf" im Verzeichnis core\session\ und entferne
Code
//Lets make sure some vars are not set before hand.. If they are get rid of them, hopefully the engine purges past variables but meh who cares.
if(!isServer && (!isNil "life_adminlevel" OR !isNil "life_coplevel" OR !isNil "life_donator")) exitWith {
[[profileName,getPlayerUID player,"VariablesAlreadySet"],"SPY_fnc_cookieJar",false,false] spawn life_fnc_MP;
[[profileName,format["Variables set before client initialization...\nlife_adminlevel: %1\nlife_coplevel: %2\nlife_donator: %3",life_adminlevel,life_coplevel,life_donator]],"SPY_fnc_notifyAdmins",true,false] spawn life_fnc_MP;
sleep 0.9;
["SpyGlass",false,false] execVM "\a3\functions_f\Misc\fn_endMission.sqf";
};
6 - Öffne die Datei "initPlayerLocal.sqf" entferne
Code
CONST(BIS_fnc_endMission,BIS_fnc_endMission);
if (LIFE_SETTINGS(getNumber,"spyGlass_toggle") isEqualTo 1) then {[] execVM "SpyGlass\fn_initSpy.sqf";};
So das war alles, Spyglass meldet sich nicht mehr in der 5er
Hoffe ich hab Paar Leuten geholfen damit
Gruß Monty