mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Improved private var structure
This commit is contained in:
parent
5d4851e1d1
commit
7d481d8e49
@ -12,10 +12,11 @@
|
||||
nothing
|
||||
*/
|
||||
|
||||
private ["_msg","_mode"];
|
||||
private ["_msg"];
|
||||
_msg = param [0, "", [[],format[""]]];
|
||||
if not(_msg isEqualTo "") then
|
||||
{
|
||||
private ["_mode"];
|
||||
_mode = param [1, "", [""]];
|
||||
if (count allPlayers > 0) then
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user