Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
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 #31

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
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 09-23-2014 , 16:49   Re: [CS:GO] Automatic Messages | Multi-Language Support! | *20.9.14*
Reply With Quote #32

Quote:
Originally Posted by skinheadxtreme View Post
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" 
    } 
}
U have to change MsgCount to 8..

Last edited by ESK0; 09-23-2014 at 17:47.
ESK0 is offline
Spyrek
Senior Member
Join Date: Jun 2009
Old 09-27-2014 , 15:59   Re: [CS:GO/CS:S] Automatic Messages | Multi-Language Support! | *23.9.14*
Reply With Quote #33

Can you add flags support like in advertisements?
For example if message have flag "s", players with this flags won't see the message.
Spyrek is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 09-28-2014 , 02:29   Re: [CS:GO/CS:S] Automatic Messages | Multi-Language Support! | *23.9.14*
Reply With Quote #34

So why u don't use advertisements then ?
ESK0 is offline
Spyrek
Senior Member
Join Date: Jun 2009
Old 10-01-2014 , 12:08   Re: [CS:GO/CS:S] Automatic Messages | Multi-Language Support! | *23.9.14*
Reply With Quote #35

I like your version because of more colors ;) I'm using advertisements atm.
Spyrek is offline
Radiation
New Member
Join Date: Oct 2014
Old 10-31-2014 , 17:45   Re: [CS:GO/CS:S] Automatic Messages | Multi-Language Support! | *23.9.14*
Reply With Quote #36

Hi guys !

Plugin Compatible Insurgency (2014) ?

Last edited by Radiation; 10-31-2014 at 17:46.
Radiation is offline
TomXPro
Senior Member
Join Date: Aug 2014
Location: Germany
Old 11-01-2014 , 10:08   Re: [CS:GO/CS:S] Automatic Messages | Multi-Language Support! | *23.9.14*
Reply With Quote #37

Quote:
Originally Posted by Spyrek View Post
Can you add flags support like in advertisements?
For example if message have flag "s", players with this flags won't see the message.
2nd that!
TomXPro is offline
TomXPro
Senior Member
Join Date: Aug 2014
Location: Germany
Old 11-01-2014 , 10:26   Re: [CS:GO/CS:S] Automatic Messages | Multi-Language Support! | *23.9.14*
Reply With Quote #38

Too bad, colors don't work in Center and Hint messages.

__
Edit: Sorry, didn't read your hint in the main post.
Could you please give us an example for possible HTML color codes?

Last edited by TomXPro; 11-01-2014 at 10:33.
TomXPro is offline
TomXPro
Senior Member
Join Date: Aug 2014
Location: Germany
Old 11-13-2014 , 02:30   Re: [CS:GO/CS:S] Automatic Messages | Multi-Language Support! | *23.9.14*
Reply With Quote #39

No support?
TomXPro is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 11-13-2014 , 11:10   Re: [CS:GO/CS:S] Automatic Messages | Multi-Language Support! | *23.9.14*
Reply With Quote #40

For colors in Center or Hint text use html
ESK0 is offline
Reply


Thread Tools
Display Modes

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 10:21.


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