Hallo, gibt es eine Möglichkeit z.b Waffen allgemein zu verbieten den es gibt eine Config der Waffen und da frage ich mich ob man da nicht z.b Jugger verbieten könnte
Code
// The following weapon-settings might not be needed in the default-config!
//****************************************************************************** // Enables Dropping of Specified Weapon Class //****************************************************************************** set class_assault_allowdrop 1 set class_specops_allowdrop 1 set class_heavygunner_allowdrop 1 set class_demolitions_allowdrop 1 set class_sniper_allowdrop 1
//****************************************************************************** // Assault Rifles //****************************************************************************** set weap_allow_m16 1 set weap_allow_ak47 1 set weap_allow_m4 1 set weap_allow_g3 1 set weap_allow_g36c 1 set weap_allow_m14 1 set weap_allow_mp44 1
//****************************************************************************** // Assault Attachments //****************************************************************************** set attach_allow_assault_none 1 set attach_allow_assault_gl 1 set attach_allow_assault_reflex 1 set attach_allow_assault_silencer 1 set attach_allow_assault_acog 1
//****************************************************************************** // SMG //****************************************************************************** set weap_allow_mp5 1 set weap_allow_skorpion 1 set weap_allow_uzi 1 set weap_allow_ak74u 1 set weap_allow_p90 1
//****************************************************************************** // SMG Attachments //****************************************************************************** set attach_allow_smg_none 1 set attach_allow_smg_reflex 1 set attach_allow_smg_silencer 1 set attach_allow_smg_acog 1
//****************************************************************************** // Shotguns //****************************************************************************** set weap_allow_m1014 1 set weap_allow_winchester1200 1
//****************************************************************************** // Shotgun Attachments //****************************************************************************** set attach_allow_shotgun_none 1 set attach_allow_shotgun_reflex 1 set attach_allow_shotgun_grip 1
//****************************************************************************** // LMG //****************************************************************************** set weap_allow_saw 1 set weap_allow_rpd 1 set weap_allow_m60e4 1
//****************************************************************************** // LMG Attachments //****************************************************************************** set attach_allow_lmg_none 1 set attach_allow_lmg_reflex 1 set attach_allow_lmg_grip 1 set attach_allow_lmg_acog 1
//****************************************************************************** // Sniper Rifles //****************************************************************************** set weap_allow_dragunov 1 set weap_allow_m40a3 1 set weap_allow_barrett 1 set weap_allow_remington700 1 set weap_allow_m21 1
//****************************************************************************** // Sniper Attachments //****************************************************************************** set attach_allow_sniper_none 1 set attach_allow_sniper_acog 1
//****************************************************************************** // Pistols //****************************************************************************** set weap_allow_beretta 1 set weap_allow_colt45 1 set weap_allow_usp 1 set weap_allow_deserteagle 1 set weap_allow_deserteaglegold 1
//****************************************************************************** // Pistol Attachments //****************************************************************************** set attach_allow_pistol_none 1 set attach_allow_pistol_silencer 1
//****************************************************************************** // Grenades //****************************************************************************** set weap_allow_frag_grenade 1 set weap_allow_concussion_grenade 1 set weap_allow_flash_grenade 1 set weap_allow_smoke_grenade 1
Alles anzeigen
Sollte es nicht möglich sein z.b da Jugger ein zu tragen und das dieses dan verbietet wird ?