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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Brad
Forum: Scripting Help 03-12-2015, 14:16
Replies: 11
Views: 1,629
Posted By Brad
Re: Checking for several flags

There's also the has_flag() stock. Essentially it encapsulates Bugsy's method.

http://www.amxmodx.org/api/amxmisc/has_flag

Alternately, if you want them to have all the flags specified:
...
Forum: Approved Plugins 03-09-2015, 15:54
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Thank you, mpasd. I'll take a look and see what I can find.
Forum: Approved Plugins 03-08-2015, 14:37
Replies: 475
Views: 320,384
Posted By Brad
Re: Play or Be Kicked 1.5.243

The flags are additive. That means you add the numbers together for the options you want.

If you just wanted a countdown for the join event, you'd set it to 1. If you wanted it both for join and...
Forum: Approved Plugins 03-08-2015, 11:37
Replies: 475
Views: 320,384
Posted By Brad
Re: Play or Be Kicked 1.5.243

You're not bothering me.

The following CVAR is supposed to handle this. Is it not working?
Forum: Approved Plugins 03-04-2015, 13:22
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Spirit, if you want to send it to me in a PM, I'll take a look at it. Can't promise anything more than a look though.
Forum: Approved Plugins 03-04-2015, 13:20
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

This plugin only counts down, from 7 to 1, for pending votes, not for map changes. Presumably it's a different plugin you're running.
Forum: Approved Plugins 03-04-2015, 13:13
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Okay. First, thanks for the find, Spirit.

Galileo registers some commands in plugin_cfg() based on if the commands are enabled, which isn't known until that point. The problem is that all plugins'...
Forum: Approved Plugins 03-03-2015, 15:06
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Yes, but are there maps listed in it? Look at the contents. Change the map on your server. Look at the contents again. Does it appear as if the maps are being put in there? How many maps are in...
Forum: Approved Plugins 03-03-2015, 12:34
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Is it a 0-byte file, or are there actual maps listed in it? If it's 0-byte, confirm that the file permissions for it are R/W.
Forum: Approved Plugins 03-02-2015, 22:50
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Oh, and on your server(s) where the recentmaps command is not working, check to see if there's a file named "recentmaps.dat" in the AMXX data folder. If it's there and you want to look at it, it's...
Forum: Approved Plugins 03-02-2015, 22:40
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

So there are two issues, yes? There's that banning recent maps doesn't work as advertised and separately, the recentmaps command does not work?

As an aside, "new game" is commonly referred to as a...
Forum: Approved Plugins 03-02-2015, 22:16
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

I wasn't aware that it wasn't. Entirely possible I skipped over any mentions of it or that I meant to remember but didn't or that I assumed it was a user error that they'd figure out.

Is it not...
Forum: Suggestions / Requests 02-25-2015, 22:50
Replies: 13
Views: 2,410
Posted By Brad
Re: Merge 2-3 plugins into 1..

I'm just curious... what benefit do you hope to achieve by merging the three into one?
Forum: Approved Plugins 02-24-2015, 15:22
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

They're filled in order. Basically, your later groups get screwed when there are nominations.
Forum: Approved Plugins 02-24-2015, 14:32
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Good suggestion. I'll be adding updated information about it (it changes slightly in the unreleased version) in the first/second post when I release it.

Do you use that feature? If so, how is it...
Forum: Approved Plugins 02-24-2015, 14:30
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

From the time I started developing this plugin, I've wanted to add round-based support to it. I regret that I was never able to get to it. Right now, I'm just trying to tie up loose ends before I...
Forum: Approved Plugins 02-24-2015, 14:21
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

I'm sorry, but I won't be adding this. I'm limiting new features to those that are pretty simple to add and that will benefit a good portion of the users of this plugin. Your request fails the second...
Forum: Suggestions / Requests 02-22-2015, 20:36
Replies: 3
Views: 921
Posted By Brad
Re: Give grenades to other players

https://forums.alliedmods.net/showthread.php?t=23340
Forum: Approved Plugins 02-22-2015, 17:15
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

zaludan, I can't reproduce your "time extended" issue on the current release.

Can you provide me with the result of the following commands in the console of a server having the issue?:

meta...
Forum: Approved Plugins 02-22-2015, 16:34
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Yeah, I totally forgot about the weapon slots and how they interfere with voting. It's been years since I've played the game. All I've done for this recent activity is fire up a listen server.
Forum: Approved Plugins 02-22-2015, 16:06
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Possibly, I could look into the feasibility of adding an option to move the "Extend", "None", and "Stay Here" options to the top, essentially flipping the options. I think that'd help mitigate the...
Forum: Approved Plugins 02-22-2015, 16:01
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

Odd. Like I said though, I'm going to take a look at this -- hopefully today. Once I start investigating, I may have more questions, but until then I've got nothing else to add.


When I get...
Forum: Approved Plugins 02-22-2015, 15:48
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

The problem isn't that they're picking the first map. That's just a manifestation of the problem. The root issue is that they don't care and just want to get the vote out of their face. The quickest...
Forum: Approved Plugins 02-22-2015, 14:32
Replies: 1,633
Views: 1,053,696
Posted By Brad
Re: Galileo 1.1.290 (a feature rich map voting plugin)

It remains to be seen. ;)



On the 180 map server, what significance does "de_nuke" have? I mean, is it the startup map? The first map in the mapcycle file?

I'll take a look at this.


Are...
Forum: General 02-21-2015, 21:04
Replies: 22
Views: 4,207
Posted By Brad
Re: admin.amxx issues

Possibly a glitchy map.

You can also look in your server and AMXX logs, if you haven't already, to see if any clues present themselves.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 17:31.


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