Skip to content

Instantly share code, notes, and snippets.

View MokeyBytes's full-sized avatar
🎯
Focusing

MokeyBytes MokeyBytes

🎯
Focusing
View GitHub Profile
{
"name": "My workflow",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{}
]
}
{
"name": "My workflow",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{}
]
}
@MokeyBytes
MokeyBytes / init.sqf
Created April 24, 2018 18:14
Init of gear restrict
[] call va_fnc_gearRestrict;
@MokeyBytes
MokeyBytes / clientCompile.sqf
Created April 24, 2018 18:12
compile for gearRestrict
va_fnc_gearRestrict = "addons\gear\gearRestrict.sqf" call mf_compile;
@MokeyBytes
MokeyBytes / gearWhiteList.sqf
Last active April 24, 2018 18:43
Gear White List for Gear Restrictions
// @file Version: 1.0
// @file Name gearWhiteList.sqf
// @file Author: [FRAC] Mokey , PIX515E
// @file Created: 4/21/2018 09:48
_availableRifles =
[
"arifle_AK12_F",
"arifle_AK12_GL_F",
"arifle_AKM_F",
@MokeyBytes
MokeyBytes / gearRestriction.sqf
Last active April 24, 2018 18:44
gearRestriction
// @file Version: 1.0
// @file Name: gearRestric.sqf
// @file Author: [FRAC] Mokey , PIX515E, Strilles
// @file Created: 4/18/2018 17:48
/*/-----------------Limits apply to each array in gearWhiteList.sqf-----------------/*/
/*/-----To remove an item completley, just comment it out in gearWhiteList.sqf-----/*/
/*/--------------------------Remember 1 Mag spawns in gun-------------------------/*/
_limitRockets = 1;
_limitRifleMagazines = 3;