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
Sw33T3R
AlliedModders Donor
Join Date: Mar 2014
Old 07-08-2017 , 03:22   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #471

Quote:
Originally Posted by ESK0 View Post
Sure, It looks like dark yellow.. Isn't it ?
Yea
Sw33T3R is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 07-08-2017 , 04:22   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #472

Quote:
Originally Posted by Sw33T3R View Post
Yea
Multicolors are updated. Download newest include files and recompile or wait for new update.
ESK0 is offline
EvilMastermind69
New Member
Join Date: Mar 2016
Old 07-09-2017 , 18:10   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #473

Does this work with both CSGO and CSS? :-)
EvilMastermind69 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 07-09-2017 , 23:30   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #474

Quote:
Originally Posted by EvilMastermind69 View Post
Does this work with both CSGO and CSS? :-)
You mean colors or plugin ??
ESK0 is offline
waylander3
Senior Member
Join Date: Sep 2015
Location: Russia, Norilsk
Old 07-12-2017 , 21:38   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #475

Can you make feature to show advertisments ONLY for dead players or spectators?
waylander3 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 07-13-2017 , 00:23   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #476

Quote:
Originally Posted by waylander3 View Post
Can you make feature to show advertisments ONLY for dead players or spectators?
Yes, when i will have some free time
ESK0 is offline
Obyboby
Veteran Member
Join Date: Sep 2013
Old 07-13-2017 , 03:49   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #477

Quote:
Originally Posted by ESK0 View Post
Yes, when i will have some free time
I'm sorry but does this already support welcome messages? I read something about it here

edit: OMG! I was still at v 2.7 lol. Just updated and am now reading the CFG to see the new updates

edit2:

Code:
"Messages"
  {
    "1"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "enabledtill" "30.05.2017" // Date DD/MM/YYYY -> Message will be available till 30. May 2017
      "maps" "all" //- Default: all
      "en" "Current map is: {CURRENTMAP} \n Players online: {PLAYERCOUNT} \n Next map: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravity: {sv_gravity}"
      "cz"  "Momentálně se hraje: {CURRENTMAP} \n Počet hráčů: {PLAYERCOUNT} \n Příští mapa: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravitace: {sv_gravity}"
      "type" "T"
      "tag" "[{darkred}SYSTEM{default}]"
      "ignore_maps" "de_inferno;ar_"
    }
    "2"
    {
      "enabled" "1" // Message is enabled
      "maps" "de_;cs_"
      "en" "Message 2"
      "cz"  "Admini: {ADMINSONLINE}"
      "type" "T"
      "tag" "[{lime}VIP{default}]"
      "ignore" "a"
      "ignore_maps" "de_dust2"
    }
    "3"
    {
      "maps" "de_;ar_"
      "en" "Message 3"
      "cz"  "<font color='#ff00ff'>Zpráva 3!</font>"
      "type" "C"
      "tag" "" // Message without tag
    }
    "4" // Message with "ServerName" option tag
    {
      "maps" "zm_"
      "en" "Message 4"
      "cz"  "Zprava 4"
      "type" "t"
    }
    "5" // HUD MESSAGE
    {
      "enabled" "1"
      "maps" "zm_"
      "en" "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
      "cz"  "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
      "type" "h"
      "color" "255 112 0" // RGB (R G B)
      "color2" "255 255 51" // RGB (R G B)
      "effect" "2" // 0,1,2
      "channel" "5" // Any number
      "posx" "-1.0" //left to right
      "posy" "0.05" //top to bottom
      "fadein" "0.2" //Fade in time
      "fadeout" "0.2" //Fade out time
      "holdtime" "5.0" //Message hold time
    }
  }
}
So this is an extract of the default ServerAdvertisements3.cfg.
Am I supposed to EDIT these messages or is each of them an example of the different types of messages I can display on my server? (Meaning that I should learn from those, and then write my own messages from scratch)
__________________

Last edited by Obyboby; 07-13-2017 at 05:03.
Obyboby is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 07-13-2017 , 05:22   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #478

Quote:
Originally Posted by Obyboby View Post
I'm sorry but does this already support welcome messages? I read something about it here

edit: OMG! I was still at v 2.7 lol. Just updated and am now reading the CFG to see the new updates

edit2:

Code:
"Messages"
  {
    "1"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "enabledtill" "30.05.2017" // Date DD/MM/YYYY -> Message will be available till 30. May 2017
      "maps" "all" //- Default: all
      "en" "Current map is: {CURRENTMAP} \n Players online: {PLAYERCOUNT} \n Next map: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravity: {sv_gravity}"
      "cz"  "Momentálně se hraje: {CURRENTMAP} \n Počet hráčů: {PLAYERCOUNT} \n Příští mapa: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravitace: {sv_gravity}"
      "type" "T"
      "tag" "[{darkred}SYSTEM{default}]"
      "ignore_maps" "de_inferno;ar_"
    }
    "2"
    {
      "enabled" "1" // Message is enabled
      "maps" "de_;cs_"
      "en" "Message 2"
      "cz"  "Admini: {ADMINSONLINE}"
      "type" "T"
      "tag" "[{lime}VIP{default}]"
      "ignore" "a"
      "ignore_maps" "de_dust2"
    }
    "3"
    {
      "maps" "de_;ar_"
      "en" "Message 3"
      "cz"  "<font color='#ff00ff'>Zpráva 3!</font>"
      "type" "C"
      "tag" "" // Message without tag
    }
    "4" // Message with "ServerName" option tag
    {
      "maps" "zm_"
      "en" "Message 4"
      "cz"  "Zprava 4"
      "type" "t"
    }
    "5" // HUD MESSAGE
    {
      "enabled" "1"
      "maps" "zm_"
      "en" "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
      "cz"  "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
      "type" "h"
      "color" "255 112 0" // RGB (R G B)
      "color2" "255 255 51" // RGB (R G B)
      "effect" "2" // 0,1,2
      "channel" "5" // Any number
      "posx" "-1.0" //left to right
      "posy" "0.05" //top to bottom
      "fadein" "0.2" //Fade in time
      "fadeout" "0.2" //Fade out time
      "holdtime" "5.0" //Message hold time
    }
  }
}
So this is an extract of the default ServerAdvertisements3.cfg.
Am I supposed to EDIT these messages or is each of them an example of the different types of messages I can display on my server? (Meaning that I should learn from those, and then write my own messages from scratch)

Yes, Those are just examples You can use them or replace them and you can see all changes in change log on 1st page. And yes it has Welcome message
ESK0 is offline
Obyboby
Veteran Member
Join Date: Sep 2013
Old 07-13-2017 , 05:23   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #479

Quote:
Originally Posted by ESK0 View Post
Yes, Those are just examples You can use them or replace them and you can see all changes in change log on 1st page. And yes it has Welcome message
Thanks! Looks very promising compared to the old version I had. Will set it up tonight
__________________
Obyboby is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 07-13-2017 , 05:26   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 15.5.2017* | *VERSION 3.1.2*
Reply With Quote #480

Quote:
Originally Posted by Obyboby View Post
Thanks! Looks very promising compared to the old version I had. Will set it up tonight
Hehe, thanks
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 22:33.


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