Call of Duty 5: Limiting a Ranked Server: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
Zeroy (talk | contribs)
m New page: Image:Nutshell.png A number of "Stock" Dvars are availiable to limit some features on a Stock/Ranked server, check them out: *no Perks set scr_game_perks "0" *no UAV set scr_hard...
(No difference)

Revision as of 11:26, 23 February 2009

A number of "Stock" Dvars are availiable to limit some features on a Stock/Ranked server, check them out:

  • no Perks
set scr_game_perks "0"
  • no UAV
set scr_hardpoint_allowuav "0"
  • no Airstrike
set scr_hardpoint_allowartillery "0
  • no Dogs
set scr_hardpoint_allowdogs "0"
  • no Tanks
set scr_vehicles_enabled "0"