Show
Ignore:
Timestamp:
11/19/08 13:30:40 (17 years ago)
Author:
yumileroy
Message:

[svn] * Added freeze/unfreeze/listfreeze commands patch by toilet1 (I swear I didnt make up the name)
* Fixed a couple of spelling errors in TC conf file

Original author: KingPin?
Date: 2008-10-19 11:42:21-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Language.h

    r44 r62  
    660660 
    661661    // FREE IDS                           1000-9999 
     662    LANG_COMMAND_FREEZE                 = 1000, 
     663    LANG_COMMAND_FREEZE_ERROR           = 1001, 
     664    LANG_COMMAND_FREEZE_WRONG           = 1002, 
     665    LANG_COMMAND_UNFREEZE               = 1003, 
     666    LANG_COMMAND_NO_FROZEN_PLAYERS      = 1004, 
     667    LANG_COMMAND_LIST_FREEZE            = 1005, 
     668    LANG_COMMAND_FROZEN_PLAYERS         = 1006, 
    662669 
    663670    // Use for not-in-svn patches         10000-10999