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

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: ENF
Forum: General 01-14-2010, 00:52
Replies: 3
Views: 1,097
Posted By ENF
Re: looking for 2 plugins but cant seem to find them

For the first one, a quick forum search pulled this up:

http://forums.alliedmods.net/showthread.php?t=77232 [However, it appears to be a broken plug-in atm.]

For the second one, I don't do much...
Forum: Plugins 09-02-2009, 10:10
Replies: 27
Views: 38,228
Posted By ENF
Re: [TF2] Bodyshot Punishment

Can you modify this code to slay/kick/ban someone if they get a kill with an SMG?

I've got two Sniper Only servers that this would be great on. I'm already using a mod to cancel bodyshots, thus...
Forum: SourceBans / SourceBans++ 08-15-2009, 09:11
Replies: 3,141
Views: 1,967,820
Posted By ENF
Re: SourceBans 1.4.4 (Updated 07/29/09)

I had to edit the folder permissions for themes_c AFTER I put 5.3.0 in. I reverted everything back to 5.2.10 for now until I figure out what's going on with 5.3.0.

For some stuff, 5.3.0 was...
Forum: SourceBans / SourceBans++ 08-15-2009, 06:43
Replies: 3,141
Views: 1,967,820
Posted By ENF
Re: SourceBans 1.4.4 (Updated 07/29/09)

Anyone having issues with SourceBans 1.4.4 and PHP 5.3.0?

I just bumped my web server (IIS) up to PHP 5.3.0 today for a few other apps hosted on the same box. Those are working fine...

With...
Forum: Unapproved Plugins 05-30-2009, 15:14
Replies: 387
Views: 111,428
Posted By ENF
Re: Simple Team Balancer

Anyway, you need to set your config options in there and then it should work as intended. These settings should not be in your server.cfg file as they will conflict.

As stated above, the plugin...
Forum: Unapproved Plugins 05-30-2009, 09:11
Replies: 387
Views: 111,428
Posted By ENF
Re: Simple Team Balancer

Did you review the config file located in your ./tf/cfg/sourcemod folder? That is where the config file is located for this plugin. (simpleteambalancer.cfg)
Forum: Plugins 02-28-2009, 12:53
Replies: 958
Views: 492,908
Posted By ENF
Re: Spray Tracer 5.7 updated 2/27/2009

There should be a .CFG file in your tf/cfg/sourcemod folder for this mod. Your settings should be in that file, which should have been created the first time your started your server with the plugin...
Forum: Unapproved Plugins 01-10-2009, 21:28
Replies: 102
Views: 53,792
Posted By ENF
Re: [TF2] Simple Team Manager

I thought, somewhere, he said that he was going to make the votescramble do the scramble at the end of a round. I agree that the instant-scramble does create some complaints. If we (admin) do a...
Forum: Unapproved Plugins 01-08-2009, 02:18
Replies: 102
Views: 53,792
Posted By ENF
Re: [TF2] Simple Team Manager

Oh hey... look at that, I was coming here to post about the wrong-player switching thing... but I see it's been addressed. I only noticed that it happened once.

No other errors or problems, but...
Forum: Unapproved Plugins 10-24-2008, 12:43
Replies: 387
Views: 111,428
Posted By ENF
Re: [TF2] Simple Team Balancer

New Problem, I noticed today.

32 Player 2FORT server, was working fine and all of the suddent just stopped working. On map restarts, I get messages in the logs that it's loaded and running with...
Forum: SourceBans / SourceBans++ 10-14-2008, 13:14
Replies: 3,141
Views: 1,967,820
Posted By ENF
Re: SourceBans (1.3.5) (UPDATE)

Last time I saw that, the person who set it up forgot to give server rights to the admins in the database. Assuming you have your admins setup, you'll need to give them rights to that server or...
Forum: SourceBans / SourceBans++ 10-05-2008, 21:48
Replies: 3,141
Views: 1,967,820
Posted By ENF
Re: SourceBans (1.3.5) (UPDATE)

In regards to the Ban menu issue, I had this happen and looked back at some previous posts. If you did not move the basebans.smx file from the plugins folder (to the disabled folder), Sourceban moves...
Forum: Unapproved Plugins 10-03-2008, 02:16
Replies: 387
Views: 111,428
Posted By ENF
Re: [TF2] Simple Team Balancer

This:



If I am correct, this disables the buddy system for all players except admins. (If stb_buddyrestriction = 1)
Forum: Unapproved Plugins 10-01-2008, 03:26
Replies: 387
Views: 111,428
Posted By ENF
Re: [TF2] Simple Team Balancer

You could just use dead players, unless you already are and people just aren't dying... lol.

In other news: This latest revision has been working pretty smoothly. Getting some people to understand...
Forum: SourceBans / SourceBans++ 09-28-2008, 23:42
Replies: 3,141
Views: 1,967,820
Posted By ENF
Re: SourceBans (1.3.5) (UPDATE)

WAS:

$a_servername = ($a_servername == 0 ? null : RemoveCode($a_servername));
NOW:

$a_servername = ($a_servername=="0" ? null : RemoveCode($a_servername));


Fixed.
Forum: Unapproved Plugins 09-28-2008, 23:29
Replies: 387
Views: 111,428
Posted By ENF
Re: [TF2] Simple Team Balancer

Yep. In regards to the map timer, I do have that set correctly. On the dustbowl server, there is no 'map' time limit... I only rely on the 'maxrounds' timer and the stage timer inside the map itself....
Forum: SourceBans / SourceBans++ 09-28-2008, 09:39
Replies: 3,141
Views: 1,967,820
Posted By ENF
Re: SourceBans (1.3.5) (UPDATE)

Did not see this, but maybe I missed in the 100 pages or so...

The custom group names for Server admin and Web Admin...

When I'm creating a new admin from the web interface, the "Server Admin"...
Forum: Unapproved Plugins 09-28-2008, 09:25
Replies: 387
Views: 111,428
Posted By ENF
Re: [TF2] Simple Team Balancer

Small question:

How hard would it be to have the balance plugin recognize the round timer in Dustbowl and other similar maps? People are getting switched at 30 seconds etc...

Or... is that...
Forum: Unapproved Plugins 09-27-2008, 15:17
Replies: 387
Views: 111,428
Posted By ENF
Re: [TF2] Simple Team Balancer

I still haven't talked to the person in question, but it was dustbowl, so I assume that he meant one of the other stages he got ported to. Still no real merit in this, just a real funny coincidence.
Forum: Unapproved Plugins 09-27-2008, 12:00
Replies: 387
Views: 111,428
Posted By ENF
Re: [TF2] Simple Team Balancer

Just wanted to report back that the latest release has been a bit of a hit with my regulars. I had to kick people off this morning to update the plugin, but it was well worth it.

Have no errors...
Forum: Unapproved Plugins 09-24-2008, 15:19
Replies: 387
Views: 111,428
Posted By ENF
Re: [TF2] Simple Team Balancer

I will do this and report any findings.

During the last two hours of playing, the spectator issue has not repeated itself. I also have not been team swapped at all... The only difference is that...
Forum: Unapproved Plugins 09-24-2008, 13:06
Replies: 387
Views: 111,428
Posted By ENF
Re: [TF2] Simple Team Balancer

Hi First post here, sorry it has to be a bug report.

Today, I had installed the newest (1.3.0) version of this plugin and had verified my settings:

1) Admin flag 'A' was added, confirmed in...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -4. The time now is 04:41.


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