brague

COD2 - comandos cfg - armas

Feb 14th, 2021 (edited)
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. y el comando en server.cfg antes de la rotación del mapa -rotate
  2.  
  3. exec powerserver.cfg
  4.  
  5.  
  6. //////////////////////////////
  7. // Additional Weapon Allows //
  8. //////////////////////////////
  9.  
  10. // Allow Pistols?
  11. set scr_allow_pistols 0
  12. //
  13. //////////////////////////////////////
  14. // Allow Secondary Weapon Selection //
  15. //////////////////////////////////////
  16. //
  17. // This will determine if players can select their secondary
  18. // weapon from the available weapons. 0 = no 1 = yes
  19. set scr_allow_secondary_select 0
  20. //
  21.  
  22.  
  23. EN EL ARCHIVO weaponcontrol.cfg
  24.  
  25. // Secondary weapon system
  26.  
  27. // You may wish to use another weapon as secondary rather than COD2’s default pistol,
  28. // by enabling this system you will have an additional menu for to choose a secondary
  29. // weapon from, you can even still have the pistol! making that 3 weapons at any one time!
  30. // NB: when enabling a weapon only based setting, this option is automatically disabled.
  31.  
  32. // Allow secondary weapon system
  33. // 0 = disable
  34. // 1 = enable (same team weapon menu only displayed)
  35. // 2 = enable (enemy team weapon menu displayed)
  36. set ex_wepo_secondary «1»
  37.  
  38. // examples
  39. // set ex_wepo_secondary_mp_carentan «1»
  40. // set ex_wepo_secondary_tdm «1»
  41. // set ex_wepo_secondary_ctf_mp_dawnville «1»
  42.  
  43. en el mapa que quieras desactivar ordenas al server q realize lo q tu quieras agregando ó poniendo la linea en valor 0
  44.  
  45. set ex_wepo_secondary_ctf_mp_dawnville «0»
  46.  
  47. las // anulan toda la orden
  48.  
  49.  
  50.  
  51.  
  52.  
Add Comment
Please, Sign In to add comment