武装突袭3

武装突袭3

[SP/COOP 30] Ravage Mayhem Tour: Cam Lao Nam
Recaldy  [开发者] 3 月 10 日 下午 1:54
Saving and loading the Garage
Scenario/Mod uses ONE garage capacity.

These commands must be run by logged in admins.

Saving the garage:
//run using SERVER EXEC to SAVE the garage for lading after a mission restart or mission swap private _saveData = [] call HR_Garage_fnc_getSaveData; profileNamespace setVariable ["MyRMTSOGGarage", _saveData];

Loading the garage:
//run using SERVER EXEC to LOAD your saved garage if (isNil {profileNamespace getVariable "MyRMTSOGGarage"}) then { profileNamespace setVariable ["MyRMTSOGGarage", nil]; }; _saveData = (profileNamespace getVariable "MyRMTSOGGarage"); [_saveData] call HR_Garage_fnc_loadSaveData;

Deleting the garage save:
Empty the garage and then save the garage.
最后由 Recaldy 编辑于; 3 月 10 日 下午 1:55