Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- y el comando en server.cfg antes de la rotación del mapa -rotate
- exec powerserver.cfg
- //////////////////////////////
- // Additional Weapon Allows //
- //////////////////////////////
- // Allow Pistols?
- set scr_allow_pistols 0
- //
- //////////////////////////////////////
- // Allow Secondary Weapon Selection //
- //////////////////////////////////////
- //
- // This will determine if players can select their secondary
- // weapon from the available weapons. 0 = no 1 = yes
- set scr_allow_secondary_select 0
- //
- EN EL ARCHIVO weaponcontrol.cfg
- // Secondary weapon system
- // You may wish to use another weapon as secondary rather than COD2’s default pistol,
- // by enabling this system you will have an additional menu for to choose a secondary
- // weapon from, you can even still have the pistol! making that 3 weapons at any one time!
- // NB: when enabling a weapon only based setting, this option is automatically disabled.
- // Allow secondary weapon system
- // 0 = disable
- // 1 = enable (same team weapon menu only displayed)
- // 2 = enable (enemy team weapon menu displayed)
- set ex_wepo_secondary «1»
- // examples
- // set ex_wepo_secondary_mp_carentan «1»
- // set ex_wepo_secondary_tdm «1»
- // set ex_wepo_secondary_ctf_mp_dawnville «1»
- en el mapa que quieras desactivar ordenas al server q realize lo q tu quieras agregando ó poniendo la linea en valor 0
- set ex_wepo_secondary_ctf_mp_dawnville «0»
- las // anulan toda la orden
Add Comment
Please, Sign In to add comment