Jump to content

adzvaughan

Member
  • Posts

    85
  • Joined

  • Last visited

Posts posted by adzvaughan

  1. this is fixed by using infiSTAR's safezones lol.. that was the only thing I could find that fixed it. But if you look in the changelogs you'll see it mentions something in regards to safezones not working , and using his or making your own based off of his and it has a link to the pastebin.

     

    Done and working thank you. Script is not bad tbh.

  2. So I recently converted the server to overpoch and since then survivors can shoot in safe zones. They have god mode but they can sit in traders and shoot out and also damage vehicles in traders.

     

    Second issue is new infistar script has broken the padlocks. You can only click once on each number rendering them useless. I have rolled back the tools to an earlier version and this has fixed it.

     

    Any help appreciated.

  3. assaultrifles[] = {

    {

    "AKS_74_kobra",

    "AKS_74_U",

    "AKS_GOLD",

    "AK_47_M",

    "AK_74",

    "FN_FAL",

    "G36A_camo",

    "G36C",

    "G36C_camo",

    "G36K_camo",

    "G36_C_SD_camo",

    "M16A2",

    "M16A2GL",

    "M16A4_ACG",

    "M4A1",

    "M4A1_Aim",

    "M4A1_AIM_SD_camo",

    "M4A1_HWS_GL_camo",

    "M4A3_CCO_EP1",

    "Sa58P_EP1",

    "Sa58V_CCO_EP1",

    "Sa58V_EP1",

    "Sa58V_RCO_EP1",

    "m8_compact",

    "m8_sharpshooter",

    "m8_carbine",

    "BAF_L85A2_RIS_SUSAT",

    "BAF_L85A2_RIS_Holo",

    "BAF_L85A2_RIS_ACOG",

    "BAF_L85A2_UGL_ACOG",

    "BAF_L85A2_UGL_Holo",

    "BAF_L85A2_UGL_SUSAT",

    "M4A1_HWS_GL_SD_Camo",

    "SCAR_L_CQC_CCO_SD",

    "SCAR_L_CQC",

    "SCAR_L_CQC_Holo",

    "SCAR_L_CQC_EGLM_Holo",

    "SCAR_L_STD_EGLM_RCO",

    "SCAR_L_STD_HOLO",

    "SCAR_L_STD_Mk4CQT",

    "SCAR_H_CQC_CCO",

    "SCAR_H_CQC_CCO_SD",

    "SCAR_H_STD_EGLM_Spect"

    },

    {

    0.03,

    0.02,

    0.01,

    0.02,

    0.02,

    0.02,

    0.03,

    0.03,

    0.03,

    0.03,

    0.03,

    0.03,

    0.02,

    0.01,

    0.03,

    0.03,

    0.01,

    0.01,

    0.03,

    0.02,

    0.02,

    0.02,

    0.03,

    0.02,

    0.02,

    0.03,

    0.02,

    0.02,

    0.02,

    0.02,

    0.02,

    0.02,

    0.01,

    0.03,

    0.03,

    0.03,

    0.03,

    0.03,

    0.03,

    0.03,

    0.03,

    0.01,

    0.01

    }

    };

    This should work, spot the difference. Hint = , ;)

    I love you, thank you very much.

  4. Hi,

     

    I have added some guns to the loot tables and traders. They are in the agme and traders work fine.

     

    Here is the table below:

     

     

        assaultrifles[] = {
            {
                "AKS_74_kobra",
                "AKS_74_U",
                "AKS_GOLD",
                "AK_47_M",
                "AK_74",
                "FN_FAL",
                "G36A_camo",
                "G36C",
                "G36C_camo",
                "G36K_camo",
                "G36_C_SD_camo",
                "M16A2",
                "M16A2GL",
                "M16A4_ACG",
                "M4A1",
                "M4A1_Aim",
                "M4A1_AIM_SD_camo",
                "M4A1_HWS_GL_camo",
                "M4A3_CCO_EP1",
                "Sa58P_EP1",
                "Sa58V_CCO_EP1",
                "Sa58V_EP1",
                "Sa58V_RCO_EP1",
                "m8_compact",
                "m8_sharpshooter",
                "m8_carbine",
                "BAF_L85A2_RIS_SUSAT",
                "BAF_L85A2_RIS_Holo",
                "BAF_L85A2_RIS_ACOG",
                "BAF_L85A2_UGL_ACOG",
                "BAF_L85A2_UGL_Holo",
                "BAF_L85A2_UGL_SUSAT",
                "M4A1_HWS_GL_SD_Camo",
                "SCAR_L_CQC_CCO_SD",
                "SCAR_L_CQC",
                "SCAR_L_CQC_Holo",
                "SCAR_L_CQC_EGLM_Holo",
                "SCAR_L_STD_EGLM_RCO",
                "SCAR_L_STD_HOLO",
                "SCAR_L_STD_Mk4CQT",
                "SCAR_H_CQC_CCO",
                "SCAR_H_CQC_CCO_SD",
                "SCAR_H_STD_EGLM_Spect"

            },
            {
                0.03,
                0.02,
                0.01,
                0.02,
                0.02,
                0.02,
                0.03,
                0.03,
                0.03,
                0.03,
                0.03,
                0.03,
                0.02,
                0.01,
                0.03,
                0.03,
                0.01,
                0.01,
                0.03,
                0.02,
                0.02,
                0.02,
                0.03,
                0.02,
                0.02,
                0.03,
                0.02,
                0.02,
                0.02,
                0.02,
                0.02,
                0.02,
                0.01,
                0.03,
                0.03,
                0.03,
                0.03,
                0.03,
                0.03,
                0.03,
                0.03,
                0.01,
                0.01,

            }
        };

     

     

    Can anyone tell me what I'm doing wrong? (I'm very new to this)

×
×
  • Create New...