Ich benutze Zusätzlich noch das autosavescript und nach dem Einfügen kam Folgende Meldung:
Code
10:59:23 Warning Message: File mpmissions\Altis_Life.Altis\derleon\Scripts_Master.hpp, line 15: .Leonbeeser_Settings: Member already defined.
Das ist die Datei:
Code: Scripts_Master.hpp
#define true 1
#define false 0
/*HERE SOME STUFF YOU CAN CHANGE ON YOUR OWN*/
class Leonbeeser_Settings {
/*Set true to false and any kind of number to 0 to deaktivate the function*/
/*In this brackets [] you can find the default settings e.g. [false] or [4]*/
/*autosave*/
autosaveInterval = 5; // Automatic saving intervall in minutes default [15]
lockManuelSync = true; // locks manuel sync [true]
lockSyncTime = 1; // Time in minutes [1] for locking manuel sync after automatic saving; ONLY ACTIVE IF lockManuelSync is set to true!
chatInfo = true; // Turn to false if you don´t like to see a saving message, [true] to got a message in system chat
advancedChatInfo = true; // Turn to false, if you don´t like to see extra informations, eg. Manual Saving is now blocked for 1 Minute; ONLY ACTIVE IF chatInfo is set to true!
waitforManSave = true; // [True] for waiting until manuel saves has been copleted; (recommended, saves server traffic)
/*vis*/
consumpMod = false; // TURN TO TRUE IF YOU USE A FUEL CONSUMPTION SCRIPT; LEAVE IT FALSE IF YOU USE NORMAL ARMA 3 FUEL CONSUPTION
hudToggle = false; // TURN TO TRUE If you like to deaktivate and activate vis in a vehicle manually, mention that this chance can cause problems, because you can drive without counting driven kilometers! I really suggest to leave this option false!
};
Alles anzeigen