Call of Duty 5: Limiting a Ranked Server

From COD Modding & Mapping Wiki
Revision as of 14:26, 23 February 2009 by Zeroy (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"