• [B]DARK RP "this weapon is unavalable" help.[/B]
    1 replies, posted
i added some weapons to my Dark RP server, but when i attempt to purchase them from the F4 menu it simply says that the weapon is unavailable. any ideas why this is happening? some of them are from a mod called extra customizable weaponry. here is the lua of the weapons i added: AddCustomShipment("Crowbar (Melee)", "models/weapons/w_crowbar.mdl", "weapon_crowbar", 0, 10, true, 120, true, {TEAM_GUN}) AddCustomShipment("m1911 (pistol)", "models/weapons/w_pist_fiveseven.mdl", "cstm_pistol_m1911", 0, 10, true, 400, true, {TEAM_GUN}) AddCustomShipment("HK USP (pistol)", "models/weapons/w_pist_fiveseven.mdl", "cstm_pistol_usp45", 0, 10, true, 600, true, {TEAM_GUN}) AddCustomShipment("Desert eagle (pistol)", "models/weapons/w_pist_fiveseven.mdl", "weapon_deagle2", 2000, 10, true, 900, true, {TEAM_GUN}) AddCustomShipment("Dual DesertEagles (pistols)", "models/weapons/w_pist_fiveseven.mdl", "cstm_pistol_dualdeagles", 0, 10, true, 1200, true, {TEAM_GUN}) AddCustomShipment("Skorpion vz. 61 (SMG)", "models/weapons/w_smg1.mdl", "cstm_smg_skorpion", 0, 10, true, 1500, true, {TEAM_GUN}) AddCustomShipment("TDI Vector (SMG)", "models/weapons/w_smg1.mdl", "cstm_smg_vector", 0, 10, true, 1700, true, {TEAM_GUN}) AddCustomShipment("HK MP5SD (SMG)", "models/weapons/w_smg1.mdl", "cstm_smg_mp5sd", 0, 10, true, 1900, true, {TEAM_GUN}) AddCustomShipment("FN SCAR-H(Auto Rifle)", "models/weapons/w_smg1.mdl", "cstm_rif_scarh", 0, 10, true, 2300, true, {TEAM_GUN}) AddCustomShipment("AK-47(Auto Rifle)", "models/weapons/w_smg1.mdl", "cstm_rif_ak74", 0, 10, true, 2600, true, {TEAM_GUN}) AddCustomShipment("Magpul Masada(Auto Rifle)", "models/weapons/w_smg1.mdl", "cstm_rif_masada", 0, 10, true, 3000, true, {TEAM_GUN}) AddCustomShipment("AI AWM (sniper rifle)", "models/weapons/w_smg1.mdl", "cstm_snip_awp", 0, 10, true, 1900, true, {TEAM_GUN}) AddCustomShipment("M98B (sniper rifle)", "models/weapons/w_smg1.mdl", "cstm_snip_m98", 0, 10, true, 2700, true, {TEAM_GUN}) AddCustomShipment("KAC-SR 25 (sniper rifle)", "models/weapons/w_smg1.mdl", "cstm_snip_sr25", 0, 10, true, 4000, true, {TEAM_GUN})
Please put your code in [lua/] tags.
Sorry, you need to Log In to post a reply to this thread.