So sieht es im Moment in deiner custom.str aus:
// eXtreme+ Custom stringfile
//
// Here you can change various parts of the mod text to you own preferences.
//
//*************************************************************************
******
// Colour Codes
//*************************************************************************
******
// Colours for text, for info only. Do not clear the comment in front of the color codes.
//
// ^1 = Red*
// ^2 = Green*
// ^3 = Yellow*
// ^4 = Blue*
// ^5 = Cyan*
// ^6 = pink/Magenta*
// ^7 = White*
// ^0 = Black*
//
// You can alter the text between the quotes only, otherwise the ingame text will be messed up!
// DO NOT ALTER THE REFERENCE NAMES, LANG_ENGLISH OR REMOVE THE ENDMARKER!
//
//*************************************************************************
******
// Admin and server (your clan) name
//*************************************************************************
******
REFERENCE ADMIN_NAME
LANG_ENGLISH ""
LANG_GERMAN "#same"
REFERENCE SERVER_NAME
LANG_ENGLISH "^1§^0TAK^1§"
LANG_GERMAN "#same"
//*************************************************************************
******
// Welcome message (non clan)
//*************************************************************************
******
// the mod will automatically add, Welcome PLAYERSNAME to the YOURSERVERNAME server
// as the first line displayed and then the second line will inform the player of their voting status
// after then you have 3 lines you can customise. Don't forget to set the ammount of custom lines
// in the server.cfg file!
REFERENCE WELCOME_MESSAGE_1
LANG_ENGLISH "
^1Besuch uns doch mal im Forum: ^3www.tak.gratis-forum.de"
LANG_GERMAN "#same"
REFERENCE WELCOME_MESSAGE_2
LANG_ENGLISH "
^1Viel Spaß wünscht dir ^1$^2TAK^1§"
LANG_GERMAN "#same"
REFERENCE WELCOME_MESSAGE_3
LANG_ENGLISH "
WELCOME_MESSAGE_3"
LANG_GERMAN "#same"
//*************************************************************************
******
// Clan welcome messages
//*************************************************************************
******
// the mod will automatically add, Welcome PLAYERSNAME to the YOURSERVERNAME server
// as the first line displayed and then the second line will inform the player of their voting status
// after then you have 3 lines you can customise. Don't forget to set the ammount of custom lines
// in the server.cfg file for each clan!, you can use colour in the clan tags.
///////////////////////////////////////////////////////////////////////////
///
// Clan 1
///////////////////////////////////////////////////////////////////////////
///
REFERENCE CLAN1_TAG
LANG_ENGLISH "CLANTAG1"
LANG_GERMAN "#same"
REFERENCE CLAN1_MESSAGE_1
LANG_ENGLISH "Line number 1"
LANG_GERMAN "#same"
REFERENCE CLAN1_MESSAGE_2
LANG_ENGLISH "Line number 2"
LANG_GERMAN "#same"
REFERENCE CLAN1_MESSAGE_3
LANG_ENGLISH "Line number 3"
LANG_GERMAN "#same"
///////////////////////////////////////////////////////////////////////////
///
// Clan 2
///////////////////////////////////////////////////////////////////////////
///
REFERENCE CLAN2_TAG
LANG_ENGLISH "CLANTAG2"
LANG_GERMAN "#same"
REFERENCE CLAN2_MESSAGE_1
LANG_ENGLISH "Line number 1"
LANG_GERMAN "#same"
REFERENCE CLAN2_MESSAGE_2
LANG_ENGLISH "Line number 2"
LANG_GERMAN "#same"
REFERENCE CLAN2_MESSAGE_3
LANG_ENGLISH "Line number 3"
LANG_GERMAN "#same"
///////////////////////////////////////////////////////////////////////////
///
// Clan 3
///////////////////////////////////////////////////////////////////////////
///
REFERENCE CLAN3_TAG
LANG_ENGLISH "CLANTAG3"
LANG_GERMAN "#same"
REFERENCE CLAN3_MESSAGE_1
LANG_ENGLISH "Line number 1"
LANG_GERMAN "#same"
REFERENCE CLAN3_MESSAGE_2
LANG_ENGLISH "Line number 2"
LANG_GERMAN "#same"
REFERENCE CLAN3_MESSAGE_3
LANG_ENGLISH "Line number 3"
LANG_GERMAN "#same"
///////////////////////////////////////////////////////////////////////////
///
// Clan 4
///////////////////////////////////////////////////////////////////////////
///
REFERENCE CLAN4_TAG
LANG_ENGLISH "CLANTAG4"
LANG_GERMAN "#same"
REFERENCE CLAN4_MESSAGE_1
LANG_ENGLISH "Line number 1"
LANG_GERMAN "#same"
REFERENCE CLAN4_MESSAGE_2
LANG_ENGLISH "Line number 2"
LANG_GERMAN "#same"
REFERENCE CLAN4_MESSAGE_3
LANG_ENGLISH "Line number 3"
LANG_GERMAN "#same"
///////////////////////////////////////////////////////////////////////////
///
//*************************************************************************
******
// Server messages
//*************************************************************************
******
REFERENCE SERVER_MESSAGE_1
LANG_ENGLISH "^1www.tak.gratis-board.de!!!"
LANG_GERMAN "#same"
REFERENCE SERVER_MESSAGE_2
LANG_ENGLISH "^1Clan Admin:^1$^2TAK^1§^2s ^7Killer"
LANG_GERMAN "#same"
REFERENCE SERVER_MESSAGE_3
LANG_ENGLISH "^1Server Admin:^1$^2TAK^1§ ^7Know Y"
LANG_GERMAN "#same"
REFERENCE SERVER_MESSAGE_4
LANG_ENGLISH "^1Co-Admin: ^1$^2TAK^1§ ^7The Butch"
LANG_GERMAN "#same"
REFERENCE SERVER_MESSAGE_5
LANG_ENGLISH "^1E-Mail: ^7cod_tak@gmx.de"
LANG_GERMAN "#same"
REFERENCE SERVER_MESSAGE_6
LANG_ENGLISH "^1$^2TAK^1§ ^7sucht Mitglieder^1!!!"
LANG_GERMAN "#same"
REFERENCE SERVER_MESSAGE_7
LANG_ENGLISH ""
LANG_GERMAN "#same"
REFERENCE SERVER_MESSAGE_8
LANG_ENGLISH ""
LANG_GERMAN "#same"
REFERENCE SERVER_MESSAGE_9
LANG_ENGLISH ""
LANG_GERMAN "#same"
REFERENCE SERVER_MESSAGE_10
LANG_ENGLISH ""
LANG_GERMAN "#same"
//*************************************************************************
******
ENDMARKER
Und so in deiner miscfeatures.cfg:
//*************************************************************************
**************************
// eXtreme+ Welcome messages
//*************************************************************************
**************************
// The mod will automatically add, Welcome PLAYERSNAME to the YOURSERVERNAME server
// as the first line displayed and then the second line will inform the player of their voting status
// after then you have 3 lines you can customise, these are in the custom.str file.
//
// Welcome player ( 0 = disable , 1 = enable )
set ex_pwelcome "
1"
// Set the number of messages to display ( 0 = disable , max 3 ) default (0)
set ex_pwelcome_msg "
2"
// Delay (in seconds) between welcome messages ( min = 0 max = 10) (default 1)
set ex_pwelcome_delay "2"
Demzufolge siehst du:
1. Den Voteberechtigungsstatus
2. Besuch uns doch mal im Forum:
www.tak.gratis-forum.de
3. Viel Spaß wünscht dir $ TAK §
Was hast du nun geändert, damit bei dir eine Zeile mehr angezeigt wird?