Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 740 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 740 Bytes

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