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

Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: recon0
Forum: General 12-31-2014, 18:04
Replies: 9
Views: 3,182
Posted By recon0
Re: [HELP]How to refresh mySQL database?

Refresh the database? The issue here is likely connectivity between your game and database servers. Either that or there is some kind of misconfiguration on the DB server.
Forum: General 08-25-2014, 22:08
Replies: 116
Views: 177,368
Posted By recon0
Re: [RELEASE] Admin & Group Config GUI | C# / .NET KV API

Did you enter a Steam ID for every admin?
Forum: General 01-11-2014, 05:42
Replies: 6
Views: 8,775
Posted By recon0
Re: [CS:GO] changing sv_password

EDIT: You don't need to use sm_cvar if you're running the command on the server. Just use sv_password zyx
If you'd like the password changes to show up in the admin log saying who did it, you'll...
Forum: General 07-08-2013, 03:27
Replies: 4
Views: 14,158
Posted By recon0
Re: How do i add NO COLLIDE on every player

Does this plugin (https://forums.alliedmods.net/showthread.php?p=462813) not remove enemy collisions or?
Forum: General 06-09-2013, 18:21
Replies: 2
Views: 734
Posted By recon0
Re: possible to auto mute bad verbal (not txt) language

If you're that concerned about offensive language, my knee jerk reaction is to suggest that you stop using the Internet; technically though, detecting offensive language over voice is tricky:

...
Forum: General 06-07-2013, 23:59
Replies: 7
Views: 2,233
Posted By recon0
Re: DDOS Epidemic!!

That is incorrect. Competent hosting companies can deal with DoS attacks larger than their allocated bandwidth by having the attack blocked by their upstream providers. Have you determined the source...
Forum: General 04-12-2013, 18:01
Replies: 72
Views: 50,274
Posted By recon0
Forum: General 01-22-2013, 03:27
Replies: 116
Views: 177,368
Posted By recon0
Re: [RELEASE] Admin & Group Config GUI | C# / .NET KV API

The binary and source links are working for me. Maybe it was an AM outage?
Forum: General 01-14-2013, 03:06
Replies: 3
Views: 777
Posted By recon0
Re: enabling @t @ct in CSGO ("requires ext"?) css ext?? idk

Those targets are registered by game specific extensions (e.g. cstrike.so or cstrike.dll in SM_BASE/extensions). By "enable them," he probably means he enabled the extension.
Forum: General 12-13-2012, 19:06
Replies: 17
Views: 5,248
Posted By recon0
Re: Source Pawn Text Editor

I just opened the zip file in Notepad++ and looked for strings. Actually extracting the zip file and engaging in a serious analysis is way too much effort :P
Forum: General 12-13-2012, 19:03
Replies: 17
Views: 5,248
Posted By recon0
Re: Source Pawn Text Editor

It looks like all it does is print "My super-cool program!" to the screen. (Don't worry, I didn't execute it.)
Forum: Plugins 12-13-2012, 19:00
Replies: 11
Views: 19,019
Posted By recon0
Re: Source Logging and Reporting Services

From what I've read, you can compile Mono from source and install it in your home directory; that being said, Linux is completely unsupported by SLRS, because its logging engine probably needs to be...
Forum: General 12-13-2012, 18:46
Replies: 116
Views: 177,368
Posted By recon0
Re: [RELEASE] Admin & Group Config GUI | C# / .NET KV API

And six months later... Well I've been busy... Anyways, this program does not support the simple admin configuration files in any way, so you cannot import from them, or save to them.


I'm happy...
Forum: General 12-13-2012, 18:43
Replies: 17
Views: 5,248
Posted By recon0
Re: Source Pawn Text Editor

MM:S plugins are "usually" executed by server processes running under restricted permissions, so there's only so much damage they can do; an untrusted executable running on a client machine, though,...
Forum: General 11-09-2012, 03:29
Replies: 1
Views: 1,024
Posted By recon0
Re: I'm curious to know if adding PGSQL support to sourcemod has been considered at a

It has (http://forums.alliedmods.net/showthread.php?t=161929&highlight=pgsql), and you should know since you asked the same question last year under a different name. I believe the tl;dr hasn't...
Forum: General 05-03-2012, 20:12
Replies: 116
Views: 177,368
Posted By recon0
Re: [RELEASE] Admin & Group Config GUI | C# / .NET KV API

So you select it in the open file dialog, then click open, and nothing happens? Could you post the file?
Forum: General 05-01-2012, 01:25
Replies: 116
Views: 177,368
Posted By recon0
Re: [RELEASE] Admin & Group Config GUI | C# / .NET KV API

Does it give you an error when you try to open the file or? (If the file just isn't visible, change the filter in the open file dialog.)
Forum: General 04-29-2012, 20:28
Replies: 116
Views: 177,368
Posted By recon0
Forum: General 04-28-2012, 03:06
Replies: 5
Views: 1,544
Posted By recon0
Re: Admin Error - Do not have access

Admins
{
"Put your name here"
{
"auth" "steam"
"identity" "Put your Steam ID here"
"flags" "z"
"immunity" "99"
}
}
Forum: General 04-28-2012, 03:02
Replies: 116
Views: 177,368
Posted By recon0
Re: [RELEASE] Admin & Group Config GUI | C# / .NET KV API

That's a feature SourceMod doesn't offer. (All this tool does is edit SM config files, so it can't offer features that SM doesn't support.)
Forum: General 04-26-2012, 21:57
Replies: 5
Views: 1,544
Posted By recon0
Re: Admin Error - Do not have access

You didn't read the wiki (http://wiki.alliedmods.net/Adding_Admins_(SourceMod)#Detailed_Admins). Try following the instructions at the link, and come back with more specific questions if you have...
Forum: General 04-08-2012, 16:53
Replies: 5
Views: 5,923
Posted By recon0
Re: SourceMod reserved slots clarifications

That's not something the base plugin will do.

Most servers have one or two reserved slots with sm_reserve_type 1. When people with reserved slots join the server and use one of those slots,...
Forum: General 04-08-2012, 14:42
Replies: 6
Views: 1,665
Posted By recon0
Re: Does this exist?

Yeah. On second thought, only SourceBans writes to the files, so it'd be fine.
Forum: General 04-07-2012, 04:11
Replies: 6
Views: 1,665
Posted By recon0
Re: Does this exist?

EDIT: See the next two posts.

It should work fine. Make sure you don't have *ANY* flat file admin plugins enabled, or you may have issues as the plugins race each other to update the files.
...
Forum: General 04-05-2012, 17:42
Replies: 65
Views: 28,742
Posted By recon0
Re: (NEW ATTACKS) Banned player lagging my server

Valve is too busy delaying episode 3 to fix their net code, and based on their inaction, they don't care, so there is no patch ;)


A few random comments on the last batch of replies:

1. Hosts...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 08:52.


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