Add 50 placeholder items for server admins to use

Server admins can add new items by re-naming the new placeholder items. E.g.: Placeholder_01_kit can be re-named by overwriting the string within the missionfile. This is for example useful to bind arma buildable to an actual in-game item which can be crafted or looted.
This commit is contained in:
A Man
2022-05-29 15:42:58 +02:00
parent 116d4cdd74
commit d95a7673a8
2 changed files with 501 additions and 0 deletions

View File

@@ -68,4 +68,5 @@ class CfgMagazines
#include "Buildings\Misc.hpp"
#include "Buildings\StaticWeapons.hpp"
#include "Buildings\Plants.hpp"
#include "Buildings\Placeholders.hpp"
};