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

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: xeropw
Forum: Source Servers (SRCDS) 10-15-2017, 12:02
Replies: 21
Views: 5,295
Posted By xeropw
Re: motd.txt doesn't work

Do you have "cl_disablehtmlmotd" set to 1? If so, set it to 0. This command is client-side, and it makes it so that the client does not download the server-side motd.
Forum: Source Servers (SRCDS) 08-23-2017, 16:23
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

It defaults to 1, but just to be sure, you can always hardset it in the server configuration.
If you own a bhop, surf, kz server that requires boosts and/or velocities going really fast, you will of...
Forum: Extensions 05-22-2017, 17:06
Replies: 210
Views: 216,503
Posted By xeropw
Forum: Extensions 05-22-2017, 00:01
Replies: 210
Views: 216,503
Posted By xeropw
Re: [CS:GO] PTaH - V1.0.5

L 05/21/2017 - 23:57:18: [PTaH] Failed get signature ServerConsolePrint.
Still broken even when using new github gamedata, or one posted by sneak.

SourceMod 1.8.0.5995
Metamod:Source version...
Forum: Source Servers (SRCDS) 04-26-2017, 17:08
Replies: 5
Views: 1,943
Posted By xeropw
Re: CSGO After update server crash

Log will be @ your csgo folder(the one where your srcds.exe is located).
Forum: Source Servers (SRCDS) 12-13-2016, 23:54
Replies: 2
Views: 847
Posted By xeropw
Re: [CSGO] Spectator chat appears twice to everyone besides the client himself

Likely a specific plugin that is causing the issue.
Forum: Source Servers (SRCDS) 11-30-2016, 22:56
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

It seems like the exploit has been patched by Valve.
Forum: Source Servers (SRCDS) 10-24-2016, 05:31
Replies: 5
Views: 1,131
Posted By xeropw
Re: Infinite "Joining Game"

You need to update your sourcemod.
Forum: Source Servers (SRCDS) 10-13-2016, 20:39
Replies: 103
Views: 16,856
Posted By xeropw
Re: Csgo Patch 10-13-2016 with problems

People are claiming that 5943 or later release of sm fixes the issue, but the results are inconclusive.
Other than that, no "fix" as of yet.
Forum: Source Servers (SRCDS) 10-07-2016, 00:14
Replies: 208
Views: 58,810
Posted By xeropw
Forum: Plugin/Gameplay Ideas and Requests 08-31-2016, 19:14
Replies: 4
Views: 6,256
Posted By xeropw
Re: [CSGO] Fix - Block ping/status command plugin

I found a working solution with dhooks library.

Hook clientprintf.
Check if command string buffer contains any of the following:
Client ping times:
ms :
hostname:
version :
udp/ip :
os...
Forum: Source Servers (SRCDS) 08-07-2016, 00:57
Replies: 5
Views: 1,699
Posted By xeropw
Re: Port Forwarded CSGO Servers, but nobody can join?

You have to manually specify a port when you run multiple servers on the same machine.
27015 = default, you can make it anything really, as long as it's an open port, although generally people do...
Forum: Source Servers (SRCDS) 08-06-2016, 14:53
Replies: 2
Views: 1,706
Posted By xeropw
Re: CS:GO Retake server awareness

Why no make a center-text hint?

//g_sitename: Your plugin variable for the selected target site
//g_teamname: Team name array your plugin uses following CS_TEAM enum(0=noteam, 1=spec, 2=t, 3=ct)...
Forum: Source Servers (SRCDS) 08-06-2016, 11:45
Replies: 7
Views: 1,906
Posted By xeropw
Re: CS:GO server crashes

The crash refers to a physics stack trace, ergo, likely they're using the teleport and drop gun outside the map glitch near any wall. This (https://forums.alliedmods.net/showthread.php?p=2365782)...
Forum: Source Servers (SRCDS) 07-18-2016, 20:35
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

I just didn't think one would care for having checks for bots or console... but in order not to have the errors @Maxximou5's check is valid.

I will update and credit the original code with the...
Forum: Plugins 07-15-2016, 20:53
Replies: 390
Views: 126,745
Posted By xeropw
Re: VPP Gaming Network Motd Adverts

I've just registered on this network as a new member and set it up so that on client connection we display an advertisement. Already I can see the numbers climbing, and in a clean and simple format....
Forum: Source Servers (SRCDS) 07-15-2016, 14:01
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

Updated initial post with some tips that may help you resolve the server crashing issue. Again, I stress that this fix is primarily for non-gun-enabled servers, and thus step #2 will not be possible...
Forum: Source Servers (SRCDS) 07-06-2016, 00:57
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

He said "this extension", referring not to sm, but rather, requested the extension be compiled for 1.7 version of sm.

@CamerDisco: you should just upgrade to 1.8
Forum: Source Servers (SRCDS) 07-04-2016, 01:00
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

The cmdfix is working.
Forum: Source Servers (SRCDS) 07-01-2016, 20:41
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

The only way I finally cracked down on all of this is via banning steamids and ips of all of those caught by smac_eyetest. It took me about 1 week, but the servers have been stable for a while.
...
Forum: Source Servers (SRCDS) 06-22-2016, 19:50
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

new pCmd = GetClientButtons(client);
if(pCmd & IN_ATTACK)
{
pCmd &= ~IN_ATTACK;
return Plugin_Changed;
}

However, you are editing the returned buttons, not the actual client buttons....
Forum: Source Servers (SRCDS) 06-22-2016, 17:06
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

I've tried kigen's ac, smac, and still servers crash... nothing can be done and this should be at the top of Valve's priorities, but of course, their greed for money overshadows the need to fix...
Forum: Source Servers (SRCDS) 06-22-2016, 03:44
Replies: 5
Views: 1,200
Posted By xeropw
Re: Is it possible to turn on mat_wireframe when sv_cheats is off?

Set material draw flags to MATERIAL_VAR_WIREFRAME.
Another way is to spoof the convar, but not sure if that can be done serverside, it's more of a way cheaters avoid convar checks.
Forum: Source Servers (SRCDS) 06-22-2016, 03:08
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

I just banned around 160 people from my servers and I haven't had a crash in about 3 hours so I'm going to sleep... while I cannot suspend usercmds from being received by the server, I was able to...
Forum: Source Servers (SRCDS) 06-22-2016, 01:15
Replies: 131
Views: 62,149
Posted By xeropw
Re: CS:GO Server Crash Exploit

Well I've tried both just hardsetting the angles to reasonable values x within 135+- and y/z within 270+-. I've also tried to just return plugin_stop.

The very fact that these angles are...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT -4. The time now is 10:06.


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