Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 99
Search took 0.02 seconds.
Search: Posts Made By: InflatableSoulmate
Forum: Off-Topic 04-15-2012, 21:58
Replies: 16
Views: 6,889
Posted By InflatableSoulmate
Re: SteamSig SteamProfile clone

I put it back up on my server in the same place. I must've "housecleaned" it when I moved the server to a VPS.
Forum: Plugin/Gameplay Ideas and Requests 03-28-2011, 21:43
Replies: 3
Views: 1,262
Posted By InflatableSoulmate
Re: player reporter

I heard that Azelphur's SourceIRC plugin does this. I think it reports the cheater to the IRC channel the bot is in.
Forum: General 03-24-2011, 02:49
Replies: 17
Views: 12,782
Posted By InflatableSoulmate
Re: TF2 Server Help

The reason the maps/cfg option works for CS:S and not TF2 is because when they were on different engines, that's how they worked. When CS:S was brought over to the OB engine, Valve didn't want to...
Forum: Plugin/Gameplay Ideas and Requests 03-21-2011, 16:45
Replies: 51
Views: 9,915
Posted By InflatableSoulmate
Re: Need help writing game Plugin|Script for TF2AS

What I mean is register the domain tf2as.com/net/org. This way people can put the domain name into the databases.conf file instead of an ip address or the subdomain of a hosted site. If you have to...
Forum: Plugin/Gameplay Ideas and Requests 03-21-2011, 05:17
Replies: 51
Views: 9,915
Posted By InflatableSoulmate
Re: Need help writing game Plugin|Script for TF2AS

Suggestion:

register a domain name that you can easily point to a new location if your provider gets pissed about you hammering their database


BTW, I am looking for ways of offsetting my...
Forum: Scripting 03-13-2011, 22:18
Replies: 7
Views: 1,307
Posted By InflatableSoulmate
Re: Can someone do me a favor?

don't you mean:
if(GetClientTeam(attacker) != 3)
return Plugin_Continue;
Forum: Scripting 03-10-2011, 02:47
Replies: 7
Views: 2,014
Posted By InflatableSoulmate
Re: Spawn with Armor for admin ....

Undefined Symbol means that the compiler can't find a function named "Cmd_Spawn" in your source code. It may help if you could paste your code.

Also, the 'a' admin flag is ADMFLAG_RESERVATION
Forum: General 03-05-2011, 01:33
Replies: 2
Views: 1,618
Posted By InflatableSoulmate
Re: [L4D2]Scrolling chat server messages

We at BoC use the AdsMySQL plugin, which is a MySQL version of the standard Advertisements plugin with a web frontend. You can print the messages to chat, hint text, and several other places on the...
Forum: News 01-26-2011, 01:50
Replies: 198
Views: 167,156
Posted By InflatableSoulmate
Re: Downtime Over

Some of what zeroibis said makes sense to me and some does not, so the above quoted bits are things I have comments about.

First, about RAID levels. RAID can improve performance and/or...
Forum: Plugin/Gameplay Ideas and Requests 10-12-2010, 20:13
Replies: 4
Views: 1,373
Posted By InflatableSoulmate
Re: [REQ] Generate more server traffic

You'd end up with people spamming your database with loads and loads of steam ids, hoping those people showed up randomly. They might even just type status every once in a while to get a list of...
Forum: General 10-11-2010, 00:09
Replies: 2
Views: 1,166
Posted By InflatableSoulmate
Re: Laggy Server

It may also help to give us a list of meta and sourcemod plugins. There are certain plugins that can have an effect on 'lag', such as KAC if the anti-wallhack module is on.
Forum: General 09-01-2010, 01:26
Replies: 7
Views: 1,525
Posted By InflatableSoulmate
Re: I do not have server.cfg

Also of note: Neither the client *nor* the dedicated server (via steam or hldsupdatetool) come with a server.cfg. The only reason to have a server.cfg is because you do not want to use default...
Forum: General 08-27-2010, 22:24
Replies: 20
Views: 5,693
Posted By InflatableSoulmate
Re: How to get a server full - Advertising!

What Lob said is pretty much all you need to know. First, dump the members of the clan that won't help you get the server started. They obviously aren't helping anything. If you get a few core...
Forum: SourceBans / SourceBans++ 08-15-2010, 18:33
Replies: 3,141
Views: 2,031,532
Posted By InflatableSoulmate
Re: SourceBans 1.4.6 (Updated 12/23/09)

This generally means that there is something wrong with the 'xxxxxxxx' user's permissions. If you set the user up manually, then remember to issue 'flush permissions;', or mysql won't realize there...
Forum: SourceMod Anti-Cheat 08-11-2010, 23:44
Replies: 8
Views: 4,679
Posted By InflatableSoulmate
Re: Anti folder/addons

There isn't a way to scan the client's game folders from the server.
Forum: General 08-08-2010, 03:27
Replies: 6
Views: 8,371
Posted By InflatableSoulmate
Re: TF2 Auto chat plugin?

That is more than likely the most widely-used one. We used it for quite a while. Eventually we switched to the adsmysql plugin, which is basically just the same plugin except that it pulls the...
Forum: General 08-08-2010, 01:54
Replies: 6
Views: 8,371
Posted By InflatableSoulmate
Re: TF2 Auto chat plugin?

What you are looking for is one of the advertisement plugins. They can be set to use regular chat messages, in addition to the other popular ad locations. You can have them say anything you want,...
Forum: Off-Topic 08-05-2010, 10:30
Replies: 16
Views: 6,889
Posted By InflatableSoulmate
Re: SteamSig SteamProfile clone

Hmm... maybe it's just my server, then. I get a php error, then a bunch of what looks like binary 'junk' in text form. Maybe if it is actually embedded in html, it renders the binary stuff?
Forum: Off-Topic 08-05-2010, 01:54
Replies: 16
Views: 6,889
Posted By InflatableSoulmate
Re: SteamSig SteamProfile clone

I wasn't using the index.php to generate the signatures and ran into a problem that is more than likely checked for in the index.php...

If you type in a random steam id/community id/custom url,...
Forum: Off-Topic 08-04-2010, 22:33
Replies: 16
Views: 6,889
Posted By InflatableSoulmate
Re: SteamSig SteamProfile clone

Btw, I did run into a couple of problems using this on my web server. First, I didn't have the php-gd library installed (sudo apt-get install php5-gd), and second, it seems that the path wasn't...
Forum: Off-Topic 08-04-2010, 21:34
Replies: 16
Views: 6,889
Posted By InflatableSoulmate
Re: SteamSig SteamProfile clone

Yeah, I took a closer look and had MatthiasVance take a second look. Just wanted to be safe on my side. :)

I think what would make this code make more sense would be to assume that the steam...
Forum: Off-Topic 08-04-2010, 02:03
Replies: 16
Views: 6,889
Posted By InflatableSoulmate
Re: SteamSig SteamProfile clone

For those of you who want to download from somewhere other than the megaupload/rapidshare/multiupload style download sites, I've hosted the archive on my server. Please be nice to it... it's not...
Forum: General 07-26-2010, 21:59
Replies: 27
Views: 8,339
Posted By InflatableSoulmate
Re: [CSS] F***** Attackers, server down

KAC blocks clients from using commands that have the potential of causing crashes or lag, in addition to several other exploits and hacks. It should have this command blocking in place by default.
...
Forum: General 07-13-2010, 04:59
Replies: 7
Views: 2,105
Posted By InflatableSoulmate
Re: Age Restrictions

Technically, anyone who is playing on your server is either 18, is lying about being 18, or has parents that don't give a shit enough about their kids to pay attention to what they are buying them.
...
Forum: Scripting 07-02-2010, 00:08
Replies: 9
Views: 2,914
Posted By InflatableSoulmate
Re: Need help fixing this code

ummm... looking at the OnSocketConnected function...

He formats a GET request to a web host, and populates it with a string formatted to contain the strings encodedName, encodedMessage, and...
Showing results 1 to 25 of 99

 
Forum Jump

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


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