version 3.0
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user