mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix my name, add it to contributers (#8295)
This commit is contained in:
parent
cc0d2424d4
commit
d5bc7f10f5
@ -56,6 +56,7 @@ Bla1337
|
||||
BlackPixxel <blackpixxel96@gmail.com>
|
||||
BlackQwar
|
||||
Brakoviejo
|
||||
Brett Mayson
|
||||
Brisse <brisse@outlook.com>
|
||||
Brostrom.A | Evul <andreas.brostrom.ce@gmail.com>
|
||||
BullHorn <bullhorn7@gmail.com>
|
||||
|
@ -8,7 +8,7 @@ class CfgPatches {
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
author = ECSTRING(common,ACETeam);
|
||||
authors[] = {"alganthe", "mharis001", "SynixeBrett"};
|
||||
authors[] = {"alganthe", "mharis001", "Brett Mayson"};
|
||||
url = ECSTRING(main,URL);
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SynixeBrett
|
||||
* Author: Brett Mayson
|
||||
* Add a custom sorting method.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SynixeBrett
|
||||
* Author: Brett Mayson
|
||||
* Create the internal stats arrays when needed for the first time
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "script_component.hpp"
|
||||
#include "..\defines.hpp"
|
||||
/*
|
||||
* Author: Alganthe, SynixeBrett
|
||||
* Author: Alganthe, Brett Mayson
|
||||
* Fill right panel.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "script_component.hpp"
|
||||
#include "..\defines.hpp"
|
||||
/*
|
||||
* Author: Alganthe, Dedmen, SynixeBrett
|
||||
* Author: Alganthe, Dedmen, Brett Mayson
|
||||
* Sort arsenal panel.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Alganthe, SynixeBrett
|
||||
* Author: Alganthe, Brett Mayson
|
||||
* Statement to sort weapons by their accuracy.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SynixeBrett
|
||||
* Author: Brett Mayson
|
||||
* Statement to sort items by the amount in inventory.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SynixeBrett
|
||||
* Author: Brett Mayson
|
||||
* Statement to sort magazines by their ammo count.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Alganthe, SynixeBrett
|
||||
* Author: Alganthe, Brett Mayson
|
||||
* Statement to sort items by their mass.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SynixeBrett
|
||||
* Author: Brett Mayson
|
||||
* Statement to sort items by the mod they belong to.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Alganthe, SynixeBrett
|
||||
* Author: Alganthe, Brett Mayson
|
||||
* Statement to sort weapons by their rate of fire.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Alganthe, SynixeBrett
|
||||
* Author: Alganthe, Brett Mayson
|
||||
* Statement to sort optics by their magnification.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SynixeBrett
|
||||
* Author: Brett Mayson
|
||||
* Modifies the action color to match the triage level.
|
||||
*
|
||||
* Arguments:
|
||||
@ -40,7 +40,7 @@ if (
|
||||
"#FFFFFF"
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
_actionData params ["", "", "_icon"];
|
||||
_icon set [1, _colorHex];
|
||||
};
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SynixeBrett
|
||||
* Author: Brett Mayson
|
||||
* Checks if the patient can be placed in a bodybag.
|
||||
*
|
||||
* 'vehicle _patient' always returns the body
|
||||
|
Loading…
Reference in New Issue
Block a user