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

Advertisements 2.1 (Updated 2021/02/06)


Post New Thread Reply   
 
Thread Tools Display Modes
Gonz
Senior Member
Join Date: Mar 2007
Location: Germany
Old 01-03-2015 , 13:23   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1881

Quote:
Originally Posted by Hydrozilla View Post

You need a space.


"text" "{GREEN}Veja seu rank em {LIGHTGREEN}http://mundigames.gameme.com/overview/50"

would become

"text" " {GREEN}Veja seu rank em {LIGHTGREEN} http://mundigames.gameme.com/overview/50"

__________________
Greetz Gonz
CS:GO Server: 88.198.13.105:27015 -[LG]- Lunatic Gophers - Muppetshow - www.lg-clan.de Public TS3 Server: lg-clan.com

Gonz is offline
irepz
Senior Member
Join Date: Mar 2013
Location: France
Old 01-03-2015 , 18:31   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1882

Also triied with space, doesnt work. Like i said i triied à lot of syntax and read both pages of this post. I'll retry tomorrow
__________________
irepz is offline
s38
Junior Member
Join Date: Jan 2015
Old 01-21-2015 , 05:30   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1883

You must use space before and afrer {colour} even after first - "text" "
"text" " {GREEN} Veja seu rank em {LIGHTGREEN} http://mundigames.gameme.com/overview/50"

I have problem with this plugin, it temporary crashes my server when I turn it on, without this plugin everything seems to work fine. Is there any way that this plugin complicates with other plugins? this is list of my plugins

Code:
[SM] Listing 26 plugins:
  01 "Basic Comm Control" (1.7.0-dev+5125) by AlliedModders LLC
  02 "Fun Votes" (1.7.0-dev+5125) by AlliedModders LLC
  03 "Gamevoting" (1.5b) by Neatek.ru 
  04 "Anti-Flood" (1.7.0-dev+5125) by AlliedModders LLC
  05 "Admin File Reader" (1.7.0-dev+5125) by AlliedModders LLC
  06 "CS:GO Multi1v1" (1.0.0-dev) by splewis
  07 "Client Preferences" (1.7.0-dev+5125) by AlliedModders LLC
  08 "Basic Commands" (1.7.0-dev+5125) by AlliedModders LLC
  09 "Basic Ban Commands" (1.7.0-dev+5125) by AlliedModders LLC
  10 "Basic Chat" (1.7.0-dev+5125) by AlliedModders LLC
  11 "Knife Upgrade" (2.5.2) by Klexen
  12 "Basic Info Triggers" (1.7.0-dev+5125) by AlliedModders LLC
  13 "Fun Commands" (1.7.0-dev+5125) by AlliedModders LLC
  14 "CD Announcer" (2.3) by Fredd
  15 "Nextmap" (1.7.0-dev+5125) by AlliedModders LLC
  16 "MapChooser" (1.7.0-dev+5125) by AlliedModders LLC
  17 "Sound Commands" (1.7.0-dev+5125) by AlliedModders LLC
  18 "Reserved Slots" (1.7.0-dev+5125) by AlliedModders LLC
  19 "Admin Menu" (1.7.0-dev+5125) by AlliedModders LLC
  20 "CS:GO Multi1v1: knife round addon" (1.0.0-dev) by splewis
  21 "Player Commands" (1.7.0-dev+5125) by AlliedModders LLC
  22 "Basic Votes" (1.7.0-dev+5125) by AlliedModders LLC
  23 "CS:GO Multi1v1: flashbangs addon" (1.0.0-dev) by splewis
  24 "Updater" (1.2.1) by GoD-Tony
  25 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
  26 "Admin Help" (1.7.0-dev+5125) by AlliedModders LLC
s38 is offline
Munch
Senior Member
Join Date: May 2012
Location: Liverpool UK
Old 01-21-2015 , 10:37   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1884

try moving all other 3rd party plugins to the disabled folder and test with Advertisements only. If all is ok then add a few plugins back and test some more. Eventually you will weed it out should there be a clash of plugins.
__________________
Dead Men Fighting L4D2 8 Man Dead Men Fighting UK
Munch is offline
Hyped
New Member
Join Date: Jan 2015
Old 01-27-2015 , 06:38   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1885

Does anyone know why a cvar might not be working?

For Left 4 Dead 2, I'm trying to use a sm_health cvar for promod that prints out the current health bonus for the survivors. I tried {SM_HEALTH} but it doesn't seem to work. What should I do to make this possible?

Thank you!
Hyped is offline
Toxxic1
Junior Member
Join Date: Jan 2015
Old 02-02-2015 , 13:38   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1886

Any reason why the commands don't work for csgo? I am using the csgo version.
Toxxic1 is offline
DramaLlama
Member
Join Date: Jan 2015
Location: Vancouver
Old 02-05-2015 , 19:54   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1887

Can I make it so admins dont see any of the messages?
DramaLlama is offline
Munch
Senior Member
Join Date: May 2012
Location: Liverpool UK
Old 02-06-2015 , 00:12   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1888

You did read the modders post didn't you

Flags

This field is optional. It accepts a list of flags of admins that will not see the advertisement if they have any of those flags. If left empty, only admins will see the advertisement. If omitted everyone will see the advertisement.

In other words
Code:
"Advertisements"
{
    "1"
    {
         "type" "T"
         "text" "Advert 
         "flags" "abcdefghijklmnopqrstz"
    }
     "2"
    {    
         "type" "T"
         "text" "Advert 2"
         "flags" "abcdefghijklmnopqrstz"
    }
}
"flags" "abcdefghijklmnopqrstz" should be on every advert if you want to hide all adverts from admins.
__________________
Dead Men Fighting L4D2 8 Man Dead Men Fighting UK
Munch is offline
klashfire
Member
Join Date: May 2014
Location: NY, USA
Old 02-09-2015 , 22:50   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1889

I want to make it type a unicode lenny face. By saving the file in unicode, will it not work?

also, there is another extension which allows for tons of more colors. Can just a simple include edit of the .sp allow for me to use them?
__________________

klashfire is offline
OnkelBazi
Member
Join Date: Aug 2006
Location: Bavaria
Old 03-03-2015 , 12:37   Re: Advertisements 0.6 (Updated 2013/03/08)
Reply With Quote #1890

Hi there,

any chance to get it run for insurgency?
__________________
OnkelBazi is offline
Reply



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 08:46.


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