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

Showing results 1 to 25 of 122
Search took 0.02 seconds.
Search: Posts Made By: potatoz
Forum: Source Servers (SRCDS) 02-02-2019, 08:39
Replies: 4
Views: 3,927
Posted By potatoz
Re: CSGO Server Crashing

these logs don't display anyone attempting to connect. however it does show a remote-console command "quit", which i'd say speaks for itself

L 02/02/2019 - 13:08:59: rcon from...
Forum: Source Servers (SRCDS) 02-02-2019, 08:36
Replies: 4
Views: 1,832
Posted By potatoz
[CS:GO] server crashing, no logs

Hi,

recently our servers, mainly our Jailbreak one has been crashing at random times without any logs, not even by accelerator. And when i say random times i mean it, there is no event shared...
Forum: Plugin/Gameplay Ideas and Requests 01-01-2019, 15:06
Replies: 13
Views: 2,958
Posted By potatoz
Re: block switch team

untested but should do the trick, if the client is in either CT or T he will be blocked from picking another team. you could develop it further by adding the command arguments, where arg #1 is the...
Forum: SourceBans / SourceBans++ 01-01-2019, 11:31
Replies: 1,377
Views: 712,538
Posted By potatoz
Re: [RELEASE] SourceBans++ (v1.6.3) [Updated: 2018-04-06]

FIX FOR SOURCESLEUTH

Whilst this isn't 100% certain, it has worked for a few bans. In the original plugin (latest release 1.6.3) the code for applying original ban-length is as follows;


case...
Forum: Plugins 12-29-2018, 06:29
Replies: 6
Views: 7,695
Posted By potatoz
Re: [CS:GO/CS:S] CountryTags (UPDATE 17/08/2018)

there is no reason for it to stay the same unless you either haven't compiled your edit or you have compiled it but you still have the original, unedited version loaded
Forum: SourceBans / SourceBans++ 12-28-2018, 17:18
Replies: 1,377
Views: 712,538
Posted By potatoz
Re: [RELEASE] SourceBans++ (v1.6.3) [Updated: 2018-04-06]

SourceSleuth is all out of wack, i'm using the latest version with admin immunity, original length and all bans targeted; yet, someone with a 1 day ban on the same ip gets a new ban for 2 months? how...
Forum: General 12-28-2018, 07:56
Replies: 6
Views: 1,231
Posted By potatoz
Re: Change Console Prefix

There's probably a more effective way i can't think of atm, but you could rewrite this plugin to make edits to any usermessage: https://forums.alliedmods.net/showthread.php?p=1729023
Forum: Scripting 12-19-2018, 14:57
Replies: 8
Views: 2,566
Posted By potatoz
Re: blocking usermessage

Would explain the troubles finding one, would appreciate any way of blocking them without the need for GameME control panel login
Forum: Plugin/Gameplay Ideas and Requests 12-15-2018, 05:52
Replies: 1
Views: 804
Posted By potatoz
Re: T mute Jail Server

SM_Hosties does this, and is a standard for any functioning jailbreak server (https://forums.alliedmods.net/showthread.php?t=108810)
Forum: Plugin/Gameplay Ideas and Requests 12-15-2018, 05:50
Replies: 4
Views: 1,043
Posted By potatoz
Re: How to delete the air wall on the map?

as to add to what has already been said by Bacardi,

decompile the map (i recommend using BSPSource), then edit the skybox to not cover the parts of the map you want entities to be able to pass...
Forum: Plugin/Gameplay Ideas and Requests 12-15-2018, 05:44
Replies: 4
Views: 903
Posted By potatoz
Re: Need kicker plugins

problem is that your settings are off, let me explain:

sm_reserve_type 0 doesn't kick players already in the server, it only kicks people if they join to a reserved slot without having proper...
Forum: Scripting 12-15-2018, 04:49
Replies: 8
Views: 2,566
Posted By potatoz
Re: blocking usermessage

i have the latest one from their website, however i can't seem to find where in the code it would send these messages
Forum: Scripting 12-14-2018, 16:53
Replies: 8
Views: 2,566
Posted By potatoz
Re: blocking usermessage

i would if i knew the login or if it's even set up that way. thing is though that the server comes from an older, no-longer active community, all i've got is the FTP

i appreciate the thought though
Forum: Scripting 12-13-2018, 08:48
Replies: 8
Views: 2,566
Posted By potatoz
Re: blocking usermessage

Yeah well the issue is that i can't seem to find which plugin is sending these messages. The GameME plugin doesn't seem to include any connect/disconnect-messages in itself and none of the other...
Forum: Scripting 12-09-2018, 12:10
Replies: 8
Views: 2,566
Posted By potatoz
blocking usermessage

Hi,

Using gameme, i'm finding it difficult getting rid of some of its connect / disconnect messages. And so i found it easiest to just rid of all gameme-messages considering they don't really have...
Forum: Plugin/Gameplay Ideas and Requests 09-03-2018, 10:43
Replies: 2
Views: 1,126
Posted By potatoz
Re: Can you fix the prison team balance plugin?

Try this, it's a modified version from my "Warden+"; While it is untested, it should (hopefully) work

I know it's not exactly what you asked but still, it does however block using auto-assing and...
Forum: Plugin/Gameplay Ideas and Requests 09-03-2018, 10:00
Replies: 10
Views: 2,210
Posted By potatoz
Re: Block team move while alive

Both of these codes use a messy mix of old and new syntax and has uncompleted code (";") They do however have the basis down, try this;

#include <sourcemod>
#pragma semicolon 1

#define VERSION...
Forum: Scripting 08-19-2018, 06:05
Replies: 17
Views: 2,821
Posted By potatoz
Re: [CS:GO] Help with keyvalue-based ctban plugin

Here are the final and hopefully working plugins, both using the newer MySQL with help from mug1wara and the keyvalue one, will change the thread to solved but feel free to continue making it better...
Forum: Scripting 08-18-2018, 20:03
Replies: 17
Views: 2,821
Posted By potatoz
Re: [CS:GO] Help with keyvalue-based ctban plugin

Aside from the SQL plugin i will def make a update to the keyvalue one and just drop both of the .sp-files here for anyone in future need. I'll take your post in to consideration when updating the...
Forum: Scripting 08-18-2018, 15:38
Replies: 17
Views: 2,821
Posted By potatoz
Re: [CS:GO] Help with keyvalue-based ctban plugin

I've removed most of the unnecessary database updates but when it comes to time converting i prefer to keep it the way it is where all seen times are in minutes but is stored in seconds; the...
Forum: Scripting 08-18-2018, 10:55
Replies: 17
Views: 2,821
Posted By potatoz
Re: [CS:GO] Help with keyvalue-based ctban plugin

Considering @mug1wara made more of a full remake and didnt include all features, i used his code as a base and built in the same functions of the original in to his which is using MySQL. Unsure if it...
Forum: Scripting 08-18-2018, 10:20
Replies: 17
Views: 2,821
Posted By potatoz
Re: [CS:GO] Help with keyvalue-based ctban plugin

I've got some other small issues that i noticed now afterwards but anyways, this is it;

@mug1wara I'll def try yours out too, major creds for taking the time

#include <sourcemod>
#include...
Forum: Scripting 08-17-2018, 18:16
Replies: 17
Views: 2,821
Posted By potatoz
Re: [CS:GO] Help with keyvalue-based ctban plugin

Would love to make it work with SQLite instead of keyvalues, however i don't know anything of how to work with it nor do i have enough of a motivation to learn all of it. Understandingly it would...
Forum: Scripting 08-17-2018, 13:47
Replies: 17
Views: 2,821
Posted By potatoz
Re: [CS:GO] Help with keyvalue-based ctban plugin

EDIT: Same issue so still open for help :7
Forum: Plugin/Gameplay Ideas and Requests 08-16-2018, 17:46
Replies: 2
Views: 642
Posted By potatoz
Re: Can't download maps

Do you get anything in error logs (addons/sourcemod/logs) from the time when you try to download the map? Are you using FastDL and have it properly set up to your server? Do you get any errors in...
Showing results 1 to 25 of 122

 
Forum Jump

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


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