Jump to content

KoRaL-

Pre Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About KoRaL-

  • Rank
    Newbie
  1. @Wyqer Thanks, really appreciated! One last question, where can I find the file to wipe the save for my dedicated server? I can't seem to find it anywhere. Thanks again!
  2. // If left empty, everything is allowed, otherwise only whitelisted items will be available GRLIB_arsenal_weapons = [ "rhsusf_weap_M259", "rhsusf_weap_CMFlareLauncher", "rhsusf_weap_duke", "rhsusf_weap_duke_on", "rhs_weap_SidewinderLauncher", "rhs_weap_AIM120", "rhs_weap_HellfireLauncher", "RHS_weap_AGM114K_Launcher", "RHS_weap_AGM114M_Launcher", "RHS_weap_AGM114N_Launcher", "rhs_weap_agm65", "rhs_weap_M320", "rhs_weap_XM2010", "rhs_weap_XM2010_d", "rhs_weap_XM2010_wd", "rhs_weap_XM2010_sa", "rhs_weap_m24sws", "rhs_weap_m24sws_blk", "rhs_weap_m24sws_ghillie", "rhs_weap_m40a5", "rhs_weap_m40a5_d", "rhs_weap_m40a5_wd", "rhs_weap_m4", "rhs_weap_m4_pmag", "rhs_weap_m4_mstock", "rhs_weap_m4_carryhandle", "rhs_weap_m4_carryhandle_pmag", "rhs_weap_m4_carryhandle_mstock", "rhs_weap_m4_m320", "rhs_weap_m4_m203", "rhs_weap_m4_m203S", "rhs_weap_m4a1", "rhs_weap_m4a1_d", "rhs_weap_m4a1_mstock", "rhs_weap_m4a1_d_mstock", "rhs_weap_m4a1_pmag", "rhs_weap_m4a1_carryhandle", "rhs_weap_m4a1_carryhandle_mstock", "rhs_weap_m4a1_carryhandle_pmag", "rhs_weap_m4a1_m203", "rhs_weap_m4a1_m203s", "rhs_weap_m4a1_m203s_d", "rhs_weap_m4a1_carryhandle_m203", "rhs_weap_m4a1_carryhandle_m203S", "rhs_weap_m4a1_m320", "rhs_weap_m4a1_blockII", "rhs_weap_m4a1_blockII_bk", "rhs_weap_m4a1_blockII_wd", "rhs_weap_m4a1_blockII_d", "rhs_weap_m4a1_blockII_KAC", "rhs_weap_m4a1_blockII_KAC_bk", "rhs_weap_m4a1_blockII_KAC_wd", "rhs_weap_m4a1_blockII_KAC_d", "rhs_weap_m4a1_blockII_M203", "rhs_weap_m4a1_blockII_M203_bk", "rhs_weap_m4a1_blockII_M203_d", "rhs_weap_m4a1_blockII_M203_wd", "rhs_weap_mk18", "rhs_weap_mk18_bk", "rhs_weap_mk18_wd", "rhs_weap_mk18_d", "rhs_weap_mk18_KAC", "rhs_weap_mk18_KAC_bk", "rhs_weap_mk18_KAC_wd", "rhs_weap_mk18_KAC_d", "rhs_weap_mk18_m320", "rhs_weap_m16a4", "rhs_weap_m16a4_pmag", "rhs_weap_m16a4_carryhandle", "rhs_weap_m16a4_carryhandle_pmag", "rhs_weap_m16a4_carryhandle_M203", "rhs_weap_hk416d10", "rhs_weap_hk416d145", "rhs_weap_hk416d10_LMT", "rhs_weap_hk416d10_m320", "rhs_weap_hk416d145_m320", "rhs_weap_m27iar", "rhs_weap_m27iar_grip", "rhs_weap_m249", "rhs_weap_m249_pip_S", "rhs_weap_m249_pip_S_para", "rhs_weap_m249_pip_S_vfg", "rhs_weap_m249_pip", "rhs_weap_m249_pip_L", "rhs_weap_m249_pip_L_para", "rhs_weap_m249_pip_L_vfg", "rhs_weap_m240B", "rhs_weap_m240G", "rhs_weap_m240B_CAP", "rhs_weap_m14ebrri", "rhs_weap_sr25", "rhs_weap_sr25_ec", "rhs_weap_sr25_wd", "rhs_weap_sr25_ec_wd", "rhs_weap_sr25_d", "rhs_weap_sr25_ec_d", "rhs_weap_M107", "rhs_weap_M107_d", "rhs_weap_M107_w", "rhs_weap_M590_5RD", "rhs_weap_M590_8RD", "rhs_weap_m32", "rhsusf_weap_MP7A2", "rhsusf_weap_MP7A2_winter", "rhsusf_weap_MP7A2_desert", "rhsusf_weap_MP7A2_aor1", "rhs_weap_smaw", "rhs_weap_smaw_green", "rhs_weap_M136", "rhs_weap_M136_hedp", "rhs_weap_M136_hp", "rhs_weap_m72a7", "rhs_weap_fim92", "rhs_weap_fgm148", "rhsusf_weap_m1911a1", "rhsusf_weap_glock17g4", "rhsusf_weap_m9", "lerca_1200_black", "lerca_1200_tan", "Leupold_Mk4", ]; GRLIB_arsenal_magazines = [ ]; GRLIB_arsenal_items = [ ]; GRLIB_arsenal_backpacks = [ ]; Is this how the whitelist works? I tried using the above list to limit the armory weapons to only US but it had no effect
×