This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "My workflow", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "rule": { | |
| "interval": [ | |
| {} | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "My workflow", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "rule": { | |
| "interval": [ | |
| {} | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [] call va_fnc_gearRestrict; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| va_fnc_gearRestrict = "addons\gear\gearRestrict.sqf" call mf_compile; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // @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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // @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; |