Weapon Restricts
-
I've been trying and trying, I tried different ways of setting up the restricted.cfg I don't if I'm doing it wrong or what but I can't seem to have weapons and equipment I want restricted
-
Country What do you want to restrict?
-
Kalitos Basically everything but snipers, and tactical insertions
-
Country said in Weapon Restricts:
.
Inside the file it tells you how to do it. If you want to remove all weapons except snipers, you should do this on every weapon block in the file. Like the kill streaks////////////////////////////////////////// // SUBMACHINE WEAPONS // ////////////////////////////////////////// replacement dsr50_mp mp7_mp // MP7 pdw57_mp // PDW-57 vector_mp // Vector K10 insas_mp // MSMC qcw05_mp // Chicom QCB evoskorpion_mp // Scorpion EVO peacekeeper_mp // Peacekeeper ////////////////////////////////////////// // Weapons that will be removed replacement none satchel_charge_mp claymore_mp // TACTICALS // ////////////////////////////////////////// replacement tactical_insertion_mp concussion_grenade_mp // Concussion Grenade - Disorients enemies and slows movement. willy_pete_mp // Smoke Grenade - Produces a smoke screen immediately upon impact. sensor_grenade_mp // Sensor Grenade - Detects enemy soldiers within line of sight. emp_grenade_mp // EMP Grenade - Disables nearby enemy electronic systems. proximity_grenade_mp // Shock Charge - Proximity triggered mine that electrocutes and stuns nearby enemies. pda_hack_mp // Black Hat - Hack equipment and care packages, or disable enemy vehicles. flash_grenade_mp // Flash Grenade - Blinds enemies and impairs hearing. trophy_system_mp // Destroys incoming enemy projectiles within 10 meters. Vehicle missiles have a chance to penetrate //tactical_insertion_mp // Tactical Insertion (3rc Recommend to restrict on FFA)
-
Also, in your "dedicated" file enable these two lines
sv_restrictionList "restricted.cfg" // Sets the file name for our restriction system. sv_enableItemRestriction 1 // Enables our custom restriction system.
-
Kalitos God I feel stupid lol, I forgot to remove the // in dedicated.cfg, thanks man.