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

Showing results 1 to 22 of 22
Search took 0.02 seconds.
Search: Posts Made By: TheAvengers
Forum: SourceMod Anti-Cheat 07-17-2011, 12:09
Replies: 24
Views: 18,566
Posted By TheAvengers
Re: Eye Angles

The same guy has gotten banned 3x for questionable eye angles. I told him to have a demo running so that the next time he gets banned we can analyze it and determine what's going on. If he sends me...
Forum: SourceMod Anti-Cheat 07-15-2011, 17:52
Replies: 24
Views: 18,566
Posted By TheAvengers
Re: Eye Angles

Wow, there's another one that it thought was suspicious: Eye Angles: 0 0 0

I don't even know how these angles would evaluate true...

(angles[0] > 135.0 || angles[0] < -135.0 || angles[1] >...
Forum: SourceMod Anti-Cheat 07-15-2011, 08:21
Replies: 24
Views: 18,566
Posted By TheAvengers
Re: Eye Angles

Well it did, and I'm using the r204 version of SMAC. Perhaps there's a bug somewhere in the code?


Here's a few other ones it has detected. I've separated the different users with a space and...
Forum: SourceMod Anti-Cheat 07-14-2011, 21:06
Replies: 24
Views: 18,566
Posted By TheAvengers
Eye Angles

Would this be a sign of likely cheating or a false positive?

Eye Angles: 6 0 0
Forum: Source Servers (SRCDS) 06-23-2011, 23:29
Replies: 22
Views: 8,701
Posted By TheAvengers
Re: TF2 Server keep crashing after **Update**

I'm not even running TF2, but rather CSS, and I'm experiencing the exact same crash. :/
Forum: Source Servers (SRCDS) 05-16-2011, 19:45
Replies: 5
Views: 1,702
Posted By TheAvengers
Re: [css]can i hold 20 players?

If you really wanted to you could get it to work out with the bandwidth available to you. The problem is, what's the point? You'd probably run your bandwidth cap and get banned from Comcast's network...
Forum: Source Servers (SRCDS) 05-14-2011, 02:34
Replies: 5
Views: 1,702
Posted By TheAvengers
Re: [css]can i hold 20 players?

If you're referring to Verizon FiOS then yes, you'll get exactly as advertised without any bandwidth caps. They don't oversell their lines (download-wise, upload they might) and if they do it is by...
Forum: Source Servers (SRCDS) 05-14-2011, 01:09
Replies: 5
Views: 1,702
Posted By TheAvengers
Re: [css]can i hold 20 players?

I took a look at the IP and it appears to be from Comcast Cable. They use a system called power boost which essentially masks your upload speed. It is actually around 2.5Mbps (312KB/s), so no, you...
Forum: General 05-06-2011, 01:13
Replies: 291
Views: 92,509
Posted By TheAvengers
Re: 5/5/2011 Update

how many more of these updates are there going to be lol.
Forum: Source Servers (SRCDS) 04-15-2011, 19:46
Replies: 71
Views: 16,955
Posted By TheAvengers
Re: LATEST CSS UPDATE F**ED METAMOD SOURCE!!!

lol, can someone check to see if there mic chat works w/ metamod and sourcemod. I might be going crazy or something but it looks like it doesn't ;/
Forum: Source Servers (SRCDS) 04-15-2011, 11:46
Replies: 71
Views: 16,955
Posted By TheAvengers
Re: LATEST CSS UPDATE F**ED METAMOD SOURCE!!!

lol is it just me, but in the latest metamod snapshots for both stable and dev, does "meta refresh" or "meta unload" cause a server crash? lol.

I've also noticed shit like sourcemod randomly not...
Forum: Scripting 04-11-2011, 05:18
Replies: 5
Views: 3,177
Posted By TheAvengers
Re: SendConVarValue doesn't seem to work

Thanks for all of your suggestions guys! I have however, found an alternative method of doing what I wanted. To my surprise, HL2 appears to actually perform the necessary actions of certain HTTP...
Forum: Scripting 04-04-2011, 13:23
Replies: 7
Views: 2,882
Posted By TheAvengers
Re: Help Create timer

Hehe, I noticed that right after I posted it and already fixed it. :)
Forum: Scripting 04-04-2011, 13:15
Replies: 7
Views: 2,882
Posted By TheAvengers
Re: Help Create timer

I have no idea if this will work, but you could try something like this:

#include <sourcemod>
#include <sdktools>
new bool:AllowGiveWeapons = false;

public Plugin:myinfo =
{
name = "buy...
Forum: Scripting 04-04-2011, 12:31
Replies: 5
Views: 3,177
Posted By TheAvengers
SendConVarValue doesn't seem to work

Why does this not work? What am I doing wrong?

SendConVarValue(client, FindConVar("sv_downloadurl"), "http://webspace/cstrike/");

Also, does the client have a cvar which it stores its location...
Forum: Scripting 04-01-2011, 09:53
Replies: 6
Views: 1,799
Posted By TheAvengers
Re: SetListenOverride Broken?

Yeah, I don't get why it isn't working. Where can I find a newer version than 1.3.6? That's the highest version it shows on the downloads page here: http://www.sourcemod.net/downloads.php


Oh,...
Forum: Scripting 04-01-2011, 09:45
Replies: 3
Views: 838
Posted By TheAvengers
Re: Chat trigger issues

You could check the Action:Command_SayHandle, make sure it has only 1 args and then use StrContains on the args to see if it contains !in and if so, call the info menu.
Forum: Scripting 04-01-2011, 09:05
Replies: 6
Views: 1,799
Posted By TheAvengers
Re: SetListenOverride Broken?

I was using the webcompiler here: http://www.sourcemod.net/compiler.php


CODE:
public OnClientPutInServer(client) {
for (new i = 1; i <= MaxClients; ++i) {
if (!IsClientInGame(i)...
Forum: Scripting 04-01-2011, 08:47
Replies: 6
Views: 1,799
Posted By TheAvengers
SetListenOverride Broken?

Anyways, after using SetListenOverride on a user, I proceeded to check with GetListenOverride and its reporting 1 which from my understanding means muted. Why do I continue to hear the people on mic?...
Forum: Scripting 03-30-2011, 03:53
Replies: 2
Views: 868
Posted By TheAvengers
Re: mic chat question

hey thanks a bunch! :D
Forum: Scripting 03-30-2011, 03:11
Replies: 2
Views: 868
Posted By TheAvengers
mic chat question

How would you go about making a user unable to hear a specific player. For example, let's say I were attempting to make a plugin which made it so players in the USA couldn't hear users in Russia and...
Forum: General 03-30-2011, 03:02
Replies: 0
Views: 670
Posted By TheAvengers
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -4. The time now is 22:11.


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