Dynamic Groups – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==DYNAMIC GROUPS==
=DYNAMIC GROUPS=


'''''This page contain basic informations about how to use the system in your missions.'''''
'''''This page contain basic informations about how to use the system in your missions.'''''
Line 12: Line 12:
To add Dynamic Groups functionality to your mission do the following steps:
To add Dynamic Groups functionality to your mission do the following steps:


=InitServer.sqf=
===InitServer.sqf===
Create a file in your mission root folder and name it initServer.sqf (if you don't have it there already). This file is executed only on the server, when the mission starts.
Create a file in your mission root folder and name it initServer.sqf (if you don't have it there already). This file is executed only on the server, when the mission starts.

Revision as of 14:44, 8 June 2015

DYNAMIC GROUPS

This page contain basic informations about how to use the system in your missions.

This system is not considered done and it is still subject to change.

It may change rapidly, use it carefully on your own risk.

Dynamic Groups
Dynamic Groups

Installation

To add Dynamic Groups functionality to your mission do the following steps:

InitServer.sqf

Create a file in your mission root folder and name it initServer.sqf (if you don't have it there already). This file is executed only on the server, when the mission starts.