Skip to content

Call of Duty 4 Modern Warfare Scripts and UI

Notifications You must be signed in to change notification settings

Call-of-Duty-Scripts/CoD4MW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

CoD4MW

Gsc scripts with bug fixes for CoD4xServer modification.

Custom CVAR

  • scr_antinadeswitch - Removes grenades when changing teams. Default 1

  • scr_teambalance_check_time - Team balance check time. Default 59

  • scr_hud_rankscore - Visible rank XP for player. For hardcore mode only. Default 0

An example of adding new chat commands

[[level.onAddCommand]](command, functionPlayer , functionRcon, points);

command - command name

functionPlayer - command function when called by the player

functionRcon - command function when called by console or rcon

points - needed power points for using this command