Call-of-Duty-Scripts / CoD4MW

Licence: other
Call of Duty 4 Modern Warfare Scripts and UI

Programming Languages

Gosu
25 projects
Pawn
127 projects
SourcePawn
201 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].