Dynamic Groups – Arma 3
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=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 13: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.
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.