Raised This Month: $51 Target: $400
 12% 

[ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
skinheadxtreme
AlliedModders Donor
Join Date: Jul 2013
Old 09-23-2014 , 15:52   Re: [CS:GO] Automatic Messages | Multi-Language Support! | *20.9.14*
Reply With Quote #11

Code:
// Colors:  ({Red} and {Blue} not working correctly) 
// {Default},{Darkred},{Green},{Lightgreen},{Red},{Blue},{Olive},{Lime}, 
// {Lightred},{Purple},{Grey},{Orange},{Bluegrey},{Lightblue},{Darkblue}, 
// {Grey2},{Orchid},{Lightred2},{Teamcolor}
// 
// Commands: 
// {THETIME} - Shows current time, {MAPNAME} - Shows current mapname 
// 
// Settings: 
// MsgCount - How many messages will be showed 
// Delay - After how many seconds will be message showed (float) 
// TimeForm - Time format (see http://www.cplusplus.com/reference/ctime/strftime/)
// MsgShowType - 1 = Random messages (1,2,4,1,3), 2 = Cycling messages (1,2,3,4)
// 
// You can define in which language are messages showed 
// It is based on players IP address and use Alpha-2 code 
// Available country codes found at: http://en.wikipedia.org/wiki/ISO_3166-1#Current_codes 
// If you have issues with IP addresses try another version of GeoIP.dat 
// Use parameter "default" if you don't want to use more languages 
//  

"Messages" 
{ 
    "Settings" 
    { 
        "MsgCount"        "1" 
        "Delay"            "2.0"
	"MsgShowType"	"1"
        "TimeForm"        "%Hh : %Mm & %Ss"
    } 
    "1" // Message number (don't duplicate msg number) 
    { 
        "default"        "{darkred}First {default}message"        // For all others which are not defined 
    } 
    "2" 
    { 
        "default"        "[xTreme-CM.ORG] Current time is {green}{THETIME}" 
    } 
    "3" 
    { 
        "default"        "[xTreme-CM.ORG] {lime}You are now playing: {green}{MAPNAME}" 
    } 
    "4" 
    { 
        "default"        "[xTreme-CM.ORG] {orange}Visit our website {green}www.xtreme-cm.org" 
    } 
    "5" 
    { 
        "default"        "[xTreme-CM.ORG] {purple}Our Teamspeak3 Server {green}ts.xtreme-cm.org" 
    } 
    "6" 
    { 
        "default"        "[xTreme-CM.ORG] {grey}Next map is {SM_NEXTMAP} in {TIMELEFT} minutes." 
    } 
    "7" 
    { 
        "default"        "[xTreme-CM.ORG] {teamcolor} We need Moderators! Apply here {green}www.xtreme-cm.org" 
    } 
    "8" 
    { 
        "default"        "[xTreme-CM.ORG] {teamcolor} Buy VIP write /vip or !vip" 
    } 
}
skinheadxtreme is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:13.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode