mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 21:43:28 +00:00
fixed hemtt post build hook
This commit is contained in:
1
addons/items/$PBOPREFIX$
Normal file
1
addons/items/$PBOPREFIX$
Normal file
@@ -0,0 +1 @@
|
||||
armatak\armatak\armatak_items
|
||||
7
addons/items/CfgVehicles.hpp
Normal file
7
addons/items/CfgVehicles.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// Samsung S24 with Juggernault Case for vest as backpack item
|
||||
|
||||
// Persistent Systems RDC for vest as backpack item
|
||||
|
||||
// Samsung S24 with Juggernault Case handheld as backpack item
|
||||
|
||||
// Persistent Systems RDC handheld as backpack item
|
||||
15
addons/items/config.cpp
Normal file
15
addons/items/config.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
class CfgPatches {
|
||||
class armatak_items {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
author = "Valmo";
|
||||
url = "https://github.com/valmojr/armatak";
|
||||
requiredAddons[] =
|
||||
{
|
||||
"cba_common"
|
||||
};
|
||||
requiredVersion = 0.5;
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgVehicles.hpp"
|
||||
Reference in New Issue
Block a user