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

Showing results 1 to 25 of 202
Search took 0.00 seconds.
Search: Posts Made By: DJ Tsunami
Forum: Plugins 06-03-2022, 09:55
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.1 (Updated 2021/02/06)

Sorry, no idea then. It seems like a generic error not related to the plugin, so maybe you can ask for help on Discord.
Forum: Plugins 06-02-2022, 17:08
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.1 (Updated 2021/02/06)

The smx file is probably corrupt, redownload it from GitHub.
Forum: Plugins 01-30-2022, 06:12
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Forum: Plugins 06-12-2021, 05:10
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.1 (Updated 2021/02/06)

Different game engines have support for different chat colors, so it's difficult to document them all in a forum post.

There are links to a general list of supported colors in the first post, and...
Forum: Plugins 12-27-2020, 07:23
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

Your includes don't match your compiler version. Compile with the latest stable SourceMod release (https://www.sourcemod.net/downloads.php?branch=stable).
Forum: Plugins 12-24-2020, 14:48
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

That means your advertisements.smx was compiled for SourceMod 1.11, and will not load on 1.10. Just overwrite your advertisements.smx with the one from the latest release.
Forum: Plugins 12-15-2020, 05:32
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

No, you would have to edit the plugin for that. I believe it's currently around 7 seconds to match a hint message. You can change the number 5 on line 242...
Forum: Plugins 12-03-2020, 14:46
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

The chat colors have to be lowercase now. I've only had one other person complain about it, so I haven't bothered to fix it.
Forum: Plugins 12-03-2020, 12:53
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

Which game? And these are colors in chat messages?
Forum: Plugins 11-17-2020, 04:14
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

Make sure you run the commands in the server console, not the client console. Check the error logs to see if you made any mistakes in your advertisements.txt. If you still can't get it to work, post...
Forum: Plugins 10-20-2020, 06:00
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

New release (Download (https://github.com/ErikMinekus/sm-advertisements/releases/latest)):

Added convar for random advertisements.
Added {nextmap} variable with MapChooser support.
Fixed...
Forum: Plugins 09-09-2020, 11:39
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

Left 4 Dead 1 and 2 only support five chat colors: {default}, {teamcolor}, {green}, {lightgreen} and {yellow}.
Forum: Plugins 08-18-2020, 09:58
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

Yes, I don't know what those ***** are doing there. You also have a closing curly brace on line 3, which breaks everything after it anyway.
Forum: Plugins 08-16-2020, 14:05
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

The issue is probably in an earlier part of the config, which causes later parts to break. For example a missing curly brace or quote, or an unescaped quote inside a key or value.

I would need to...
Forum: Plugins 07-26-2020, 08:28
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

I can't reproduce it, but can you try the attached plugin? I think it should fix the issue regardless.

Edit: attachment removed, see latest release...
Forum: Plugins 07-24-2020, 05:12
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

[/QUOTE]
What game? Does it happen when the server starts, when the map changes, or when you manually change sm_advertisements_interval?
Forum: Plugins 07-21-2020, 02:00
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

It does not auto create advertisements.txt, where did you read that? advertisements.txt is included in the download, so just put it in the configs folder.
Forum: Plugins 07-06-2020, 05:24
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

Thanks, you only changed

bool bAdmins = StrEqual(sFlags, ""),
bFlags = !StrEqual(sFlags, "none");

to

bool bAdmins = StrEqual(sFlags, "");
bool bFlags =...
Forum: Plugins 06-09-2020, 05:37
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

This plugin does not support printing a message at a specific time.
Forum: Plugins 04-19-2020, 17:00
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

There are no individual color codes for blue and red in L4D, only teamcolor (\x03) which is blue for one team and red for the other.



Apparently this is because you're using an older SourceMod...
Forum: Plugins 04-16-2020, 02:13
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

You need to post the actual error, which is above the "Blaming: advertisements.smx" line.

It will probably tell you that you made a mistake in your advertisements.txt.
Forum: Plugins 03-03-2020, 01:43
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

You can set the delay in server.cfg with:

sm_advertisements_interval 60



I released a new version with colors for L4D and L4D2:...
Forum: Plugins 01-04-2019, 18:20
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Forum: Plugins 08-18-2018, 12:00
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

You probably have a typo in your advertisements.txt. We would need to see your full advertisements.txt to be able to point out the exact mistake.
Forum: Plugins 06-06-2017, 07:33
Replies: 2,224
Views: 1,691,644
Posted By DJ Tsunami
Re: Advertisements 2.0 (Updated 2016/03/23)

This is not Advanced Advertisements (https://forums.alliedmods.net/showthread.php?t=186340). But the error means you can't combine {lightgreen}, {red} and {blue} in the same advertisement, you can...
Showing results 1 to 25 of 202

 
Forum Jump

All times are GMT -4. The time now is 15:47.


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