BIS fnc MP – Talk
Jump to navigation
Jump to search
Posted on April 12, 2015 - 10:41 (UTC)
SilentSpike
When using BIS_fnc_MP with a scripting command from CfgRemoteExecCommands the number of params given defines how it is executed.
Lou Montana (talk | contribs) m (Text replacement - "<code> +" to "<code>") |
Lou Montana (talk | contribs) m (Text replacement - " <dd class="notedate">" to " <dt><dt> <dd class="notedate">") |
||
Line 2: | Line 2: | ||
== Notes pertaining to obsolete functionality == | == Notes pertaining to obsolete functionality == | ||
<dt><dt> | |||
<dd class="notedate">Posted on April 12, 2015 - 10:41 (UTC)</dd> | <dd class="notedate">Posted on April 12, 2015 - 10:41 (UTC)</dd> | ||
<dt class="note">[[User:SilentSpike|SilentSpike]]</dt> | <dt class="note">[[User:SilentSpike|SilentSpike]]</dt> |
Revision as of 00:28, 6 April 2021
This does not execute on dedicated server. Is that a feature or bug? --Osmo 20:38, 9 May 2012 (CEST)
Notes pertaining to obsolete functionality
case 0: functionName;
case 1: functionName params;
case 2: (params select 0) functionName (params select 1);