mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Update config.cpp
This commit is contained in:
parent
a63a8924cb
commit
f6ba0fb660
@ -1,16 +1,7 @@
|
||||
class CfgXM8
|
||||
{
|
||||
extraApps[] = {"ExAd_VG","ExAd_Info","ExAd_CHVD","ExAd_Journal","ExAd_Bike","ExAd_Quad","ExAd_SB"};
|
||||
extraApps[] = {"ExAd_Info","ExAd_CHVD","ExAd_Journal","ExAd_Bike","ExAd_Quad","ExAd_SB"};
|
||||
|
||||
class ExAd_VG
|
||||
{
|
||||
title = "Virtual Garage";
|
||||
controlID = 50000; //IDC:50000 -> 50015 || These need to be unique and out of range from each other
|
||||
logo = "ExadClient\XM8\Apps\VG\Icon_VG.paa";
|
||||
onLoad = "ExAdClient\XM8\Apps\VG\onLoad.sqf";
|
||||
onOpen = "ExAdClient\XM8\Apps\VG\onOpen.sqf";
|
||||
onClose = "ExAdClient\XM8\Apps\VG\onClose.sqf";
|
||||
};
|
||||
class ExAd_Info
|
||||
{
|
||||
title = "Server Info";
|
||||
@ -73,9 +64,9 @@ class CfgXM8
|
||||
|
||||
class CfgExileCustomCode
|
||||
{
|
||||
ExileServer_system_territory_database_load = "ExAdClient\VirtualGarage\CustomCode\ExileServer_system_territory_database_load.sqf";
|
||||
ExileClient_gui_xm8_slide = "ExAdClient\XM8\CustomCode\ExileClient_gui_xm8_slide.sqf";
|
||||
ExileClient_gui_xm8_show = "ExAdClient\XM8\CustomCode\ExileClient_gui_xm8_show.sqf";
|
||||
//ExileServer_system_territory_database_load = "ExAdClient\VirtualGarage\CustomCode\ExileServer_system_territory_database_load.sqf";
|
||||
//ExileClient_gui_xm8_slide = "ExAdClient\XM8\CustomCode\ExileClient_gui_xm8_slide.sqf";
|
||||
//ExileClient_gui_xm8_show = "ExAdClient\XM8\CustomCode\ExileClient_gui_xm8_show.sqf";
|
||||
};
|
||||
|
||||
class CfgInteractionMenus
|
||||
@ -116,20 +107,6 @@ class CfgInteractionMenus
|
||||
};
|
||||
};
|
||||
};
|
||||
class Flag
|
||||
{
|
||||
targetType = 2;
|
||||
target = "Exile_Construction_Flag_Static";
|
||||
class Actions
|
||||
{
|
||||
class HackVG : ExileAbstractAction
|
||||
{
|
||||
title = "Hack Virtual Garage";
|
||||
condition = "call ExAd_fnc_canHackVG";
|
||||
action = "_this spawn ExAd_fnc_startHack";
|
||||
};
|
||||
};
|
||||
};
|
||||
class Construction
|
||||
{
|
||||
targetType = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user