So my epoch server is running ChernarusRedux and i've added Loot_spawner script for spawning loot as it didnt spawn anything without it, And i've added all the ArmA3 Vest's Helmet's and such, But when i pickup helmet's or Vest's i get the AddWeaponCargo Restriction #0 i've then been looking on google and everywhere for a fix trying to add them to the AddWeaponCargo.txt just cant seem to get it to work
What I've tried
QuoteAdding to the existing:
5 "" !="H_MM_(Buzzard_Gasmask|Helmet)_01" !="V_MM_Vest_01" !="(V|H)_(F|)[0-9]{1,3}_EPOCH"
Made a 1 "" above the 5 "" all that does is give restriction #1 instead of #0
Tried adding it like this
5 "" !="U_C_Poor_1"
5 "" !="U_B_CombatUniform_mcam"
Or just
5 !="U_C_Poor_1"
5 !="U_B_CombatUniform_mcam"
Tried
1 ""/2 ""/3 "" instead of 5 ""
Nothing seems to work spent the night and the whole day trying to figure this out so any help is appreciated! :)