28.11.2009, 19:49
When i use YSI after i do /help it shows certain lines from YSI
how can i change it to show my /help?
how can i change it to show my /help?
[colors] ; Colour section format is: ; ; IDENTIFIER = HEX_COLOUR ; ; You can define any colour you like here for use below GREEN = 0x33AA33AA RED = 0xFD0B0BAA YELLOW = 0xFFFF00AA WHITE = 0xFFFFFFAA BLUE = 0x0000BBAA ORANGE = 0xFF9900AA BLACK = 0x000000AA
[data] ; Data section format: ; ; name = TEXT_IDENTIFIER_TO_SET_DATA_FOR ; style = DISPLAY_STYLE ; colour = SEND_CLIENT_MESSAGE_COLOUR ; time = GAME_TEXT_TIME ; ; style (or type) is 0 for client message or game text type ; colour (or color) and time are optional depending on style ; (tehnically the whole lot are optional - all default to 0 ; style 0 and invisible black - always set color at least) ; name can also be excluded but the identifer must stay ; colour can be a hex number or an identifier from above ; ; SOME_TEXT_ENTRY ; type = 0 ; color = BLUE ; color = 0x0000FFAA ; ; Note: this is NOT grouped like in the language files ; but only the data for required text will be loaded as they ; will be the only ones which exist to have data attached ; ; You also don't need to space things out, I just like to
YSI_HELP_1 color = WHITE YSI_HELP_2 color = BLACK YSI_HELP_3 color = WHITE YSI_HELP_4 color = RED YSI_HELP_9 color = WHITE YSI_HELP_10 color = GREEN
Langs_AddFile("core", "YSI");
Langs_AddLanguage("EN", "English");