mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Updated config.cpp
This commit is contained in:
parent
dfdeef9415
commit
60cc8b9c2d
@ -1,6 +1,6 @@
|
||||
class CfgXM8
|
||||
{
|
||||
extraApps[] = {"ExAd_VG","ExAd_Info"};
|
||||
extraApps[] = {"ExAd_VG","ExAd_Info","ExAd_CHVD"};
|
||||
|
||||
class ExAd_VG
|
||||
{
|
||||
@ -20,6 +20,16 @@ class CfgXM8
|
||||
onOpen = "ExAdClient\XM8\Apps\Info\onOpen.sqf";
|
||||
onClose = "ExAdClient\XM8\Apps\Info\onClose.sqf";
|
||||
};
|
||||
class ExAd_CHVD
|
||||
{
|
||||
title = "View Distance Settings";
|
||||
controlID = 50200; //IDC:50200 -> 50250 || These need to be unique and out of range from each other
|
||||
config = "ExadClient\XM8\Apps\CHVD\config.sqf";
|
||||
logo = "ExadClient\XM8\Apps\CHVD\Icon_CHVD.paa";
|
||||
onLoad = "ExAdClient\XM8\Apps\CHVD\onLoad.sqf";
|
||||
onOpen = "ExAdClient\XM8\Apps\CHVD\onOpen.sqf";
|
||||
onClose = "ExAdClient\XM8\Apps\CHVD\onClose.sqf";
|
||||
};
|
||||
};
|
||||
|
||||
class CfgExileCustomCode
|
||||
|
Loading…
Reference in New Issue
Block a user