Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: PwnK
Forum: Unapproved Plugins 04-18-2020, 05:59
Replies: 69
Views: 55,538
Posted By PwnK
Re: [ANY] VPN Block

[ANY] in the title means that this plugin is not game specific and it works on any game that supports sourcemod.
Forum: Source Servers (SRCDS) 07-21-2019, 20:09
Replies: 6
Views: 1,775
Posted By PwnK
Re: CSGO server crash

If you are running the server on your linux machine, have you tried to increase your open file limit?

It can be done by modifying /etc/security/limits.conf
Forum: Plugins 04-04-2019, 13:18
Replies: 89
Views: 33,005
Posted By PwnK
Re: [ANY] Restart empty server

Looks good :up:

I need to test this on my server because some people always complain about auto restart in the night.
Forum: Plugins 04-04-2019, 11:10
Replies: 55
Views: 31,412
Posted By PwnK
Re: [CSGO] Panorama Map Crash Fix (v1.4.0 30/03/2019)

Clients were crashing more also on my server with this plugin so I changed back to BOT Benson's mapcrashfixer.
Forum: Plugins 04-01-2019, 17:27
Replies: 55
Views: 31,412
Posted By PwnK
Re: [CSGO] Panorama Map Crash Fix (v1.4.0 30/03/2019)

I mean you can just click the "Get Plugin" button next to the "Get Source" button in the sp file and it gives you the compiled plugin. The reason the "Get Plugin" button doesn't work for all plugins...
Forum: Plugins 03-31-2019, 18:06
Replies: 483
Views: 188,776
Posted By PwnK
Re: [CS:GO] Cow Anti-Cheat (Updated 4/12/2018)

The only thing that pull request changes is that it adds support for sourcebans++ 1.6.3 so all the bugs in the plugin are still present in that version.
Forum: Plugins 03-31-2019, 13:27
Replies: 1,316
Views: 494,732
Posted By PwnK
Forum: Plugins 03-31-2019, 10:35
Replies: 55
Views: 31,412
Posted By PwnK
Re: [CSGO] Panorama Map Crash Fix (v1.4.0 30/03/2019)

No offense but the indenting is absolutely horrible in the source file. Imo you shouldn't use #pragma tabsize 0 to silence any warning that come from loose indentation.

Also you don't need to...
Forum: Source Servers (SRCDS) 02-24-2019, 11:16
Replies: 5
Views: 1,424
Posted By PwnK
Re: CS:GO server crashing

Sorry for not responding to this earlier but in case this helps you, I just changed the mp_timelimit to 25 minutes because it always crashed near the end of the map.

I had it at 40 minutes before...
Forum: Plugins 02-09-2019, 07:35
Replies: 1,029
Views: 281,358
Posted By PwnK
Re: [ANY] ASteambot - Arkarr's Steam bot

This time I think I've got a real error.
I'm trying to run this with the Invite to Steam Group plugin and I get this error every time it tries to invite someone:

I'm using this on my debian 9...
Forum: Plugins 02-08-2019, 07:12
Replies: 1,029
Views: 281,358
Posted By PwnK
Re: [ANY] ASteambot - Arkarr's Steambot

I usually don't read the first post fully if it's so long as yours and I skipped straight to installation and there were no warnings about that but the download link was there.

Sorry for bumping...
Forum: Plugins 02-07-2019, 02:38
Replies: 1,029
Views: 281,358
Posted By PwnK
Re: [ANY] ASteambot - Arkarr's Steambot

"Failed - Virus detected" comes up when I try to download the latest release on chrome.

Edit: I should have read the first post before commenting because apparently it's normal :oops:
Forum: Unapproved Plugins 01-19-2019, 15:42
Replies: 69
Views: 55,538
Posted By PwnK
Re: [ANY] VPN Block

Thank you I added those to github :up:
Forum: Unapproved Plugins 01-17-2019, 09:21
Replies: 69
Views: 55,538
Posted By PwnK
Re: [ANY] VPN Block

You are right, steamworks definitely is more widely used extension and I changed the http requests to use it instead and made some other changes aswell.

1.1.0 (17-Jan-2019)
- Made the plugin...
Forum: Plugins 01-13-2019, 06:25
Replies: 156
Views: 76,895
Posted By PwnK
Re: [CSGO] Map Change Client Crash Fixer (v1.0.6 , 2018/09/11)

Wouldn't it be better to use global forwards?
Forum: Plugins 12-30-2018, 10:07
Replies: 461
Views: 238,640
Posted By PwnK
Re: [CS:S/CS:GO] CT Bans

My server is also having this problem that the CTban time sometimes resets when the map changes.

However if the player disconnects before the map changes the time will always save.
Forum: Unapproved Plugins 12-22-2018, 13:02
Replies: 69
Views: 55,538
Posted By PwnK
Re: [ANY] VPN Block

That doesn't fix the problem with the false positives though. If you get a lot of those I image it would be a big pain in the ass to fix all manually also you could lose players because of that.
I...
Forum: Unapproved Plugins 12-17-2018, 16:27
Replies: 69
Views: 55,538
Posted By PwnK
Re: [ANY] VPN Block

I have checked pretty much everyone's ip who this plugin has blocked and I haven't yet found any false positives. Of course if you get those you can just change that ip's proxy column to 0 from mysql...
Forum: Unapproved Plugins 12-16-2018, 12:59
Replies: 69
Views: 55,538
Posted By PwnK
Re: [ANY] VPN Block

I have never used that plugin so I'm not sure actually. At least that it uses a different database for the proxies which might be a good or a bad thing. I have used this on my server for couple of...
Forum: Unapproved Plugins 12-16-2018, 04:53
Replies: 69
Views: 55,538
Posted By PwnK
[ANY] VPN Block

Description
This plugin's purpose is to kick anyone who tries to join your server with a VPN. It does it by checking from this (http://proxy.mind-media.com/block/) website whether the client who is...
Forum: Scripting 09-23-2018, 13:50
Replies: 3
Views: 1,015
Posted By PwnK
Re: Building Plugins. Need Help on code.

This is probably on wrong forum section but change line 30 to this:
GivePlayerItem(client, "weapon_ak47");
line 31 to this:
GivePlayerItem(client, "weapon_deagle");
and add semicolon to line 34.
Forum: Source Servers (SRCDS) 09-20-2018, 16:00
Replies: 5
Views: 1,424
Posted By PwnK
Re: CS:GO server crashing

Here are all the plugins and extensions:
https://pastebin.com/pp208Xz5
Forum: Source Servers (SRCDS) 09-20-2018, 12:55
Replies: 5
Views: 1,424
Posted By PwnK
CS:GO server crashing

Hi, my server has long had this problem that is crashes on certain maps like jb_undertale and jb_arcade. On other maps it's completely fine and doesn't crash at all but on these maps it always...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT -4. The time now is 19:14.


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