version 3.0

This commit is contained in:
2023-06-19 00:59:05 -05:00
parent 2caf7cb720
commit 0141b88c8e
36 changed files with 608 additions and 487 deletions

View File

@@ -93,28 +93,6 @@ class cfgFunctions
};
class cfgRemoteExec
{
// List of script commands allowed to be sent from client via remoteExec
class Commands
{
// State of remoteExec: 0-turned off, 1-turned on, taking whitelist into account, 2-turned on, however, ignoring whitelists (default because of backward compatibility)
mode = 2;
};
// List of script functions allowed to be sent from client via remoteExec
class Functions
{
// State of remoteExec: 0-turned off, 1-turned on, taking whitelist into account, 2-turned on, however, ignoring whitelists (default because of backward compatibility)
mode = 2;
// Ability to send jip messages: 0-disabled, 1-enabled (default)
jip = 1;
class BIS_fnc_effectKilledAirDestruction {};
class BIS_fnc_effectKilledSecondaries {};
class BIS_fnc_objectVar {};
class BIS_fnc_execVM {};
};
};
class CfgDebriefingSections {
class acex_killTracker {
title = "Acex Killed Events";