Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 56
Search took 0.02 seconds.
Search: Posts Made By: senseit
Forum: Plugins 02-01-2013, 14:05
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

Went ahead and released v1.3 on here, added sql validation for the variables and started storing the player name of the user who was banned in the database.
Forum: Plugins 01-27-2013, 15:47
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

Sure, I don't see any reported on here though. Except the thing with input validation on the reason
Forum: Plugins 01-27-2013, 15:22
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

Put the plugin source up there as well, I'll make a few more changes and submit them to the github. Just turn it into an open source simple bans management thing.
Forum: Zombie:Reloaded 09-19-2012, 23:57
Replies: 231
Views: 280,073
Posted By senseit
Re: [Guide]Step by step to running Zombie Mod on your CS:GO server!

To make everyone's life a little less painful....

I compiled latest zombiemod reloaded, model fixes (download.txt, playerclasses.txt), zeus fix (weapons.txt), game data fix, both of Franc1sco's...
Forum: Unapproved Plugins 09-19-2012, 21:24
Replies: 772
Views: 558,543
Posted By senseit
Re: [CS:GO] Deathmatch 1.3

I'm unable to get FFA working correctly. Was this intended to be FFA or Team DM? I'm not seeing any config options to that regard. I enabled friendly fire and removed the damage reduction but it...
Forum: Source Servers (SRCDS) 09-19-2012, 19:46
Replies: 15
Views: 34,465
Posted By senseit
Re: [CS:GO] server requires lobby reservation but is unreserved.

Turns out my configs were broken because i forgot to define 1 custom map. How awesome is that?
Forum: Source Servers (SRCDS) 09-18-2012, 20:31
Replies: 15
Views: 34,465
Posted By senseit
Re: [CS:GO] server requires lobby reservation but is unreserved.

This happens on all my servers every day. After everyone leaves the game the matchmaking resets the server and puts it into a waiting state. In order for anyone to rejoin after everyone leaves I must...
Forum: Source Servers (SRCDS) 09-10-2012, 13:31
Replies: 5
Views: 6,076
Posted By senseit
Re: [TF2 - Linux - SCRDS] Datatable Warning

My trade server was consuming 100% cpu of 1 core with 0 players and flooding with this message today.

Any ideas what it might be?
Forum: Zombie:Reloaded 09-08-2012, 09:02
Replies: 231
Views: 280,073
Posted By senseit
Re: [Guide]Step by step to running Zombie Mod on your CS:GO server!

What is everyone using for phys_pushscale?

Zombies pretty much could not move any barricades until i pushed it up to 20-25.
Forum: Plugins 08-11-2012, 01:24
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

Using the most recent version you should be able to ban using any type. It's now using OnClientBan, so even sm_ban, etc will appear. Make sure your plugin is up to date.

In regards to the...
Forum: Plugins 08-07-2012, 14:33
Replies: 69
Views: 57,705
Posted By senseit
Re: [TF2] Cosmetic Leveling Mod (v0.1.2)

Here's something fun I did with this as sort of a proof of concept. Ripped the display code from this plugin. Planning to use this as a base for an expansive plugin for my group of servers. I thought...
Forum: Plugins 08-07-2012, 06:35
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

Were you banning with a negative number for time? Like, -1 ? I put some test bans in with names that I would remember. They're still there 48 hours and counting.
Forum: Plugins 08-06-2012, 16:59
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

There is something else on your server interfering with the plugin. I have not been able to replicate your problem. People who I ban on my servers, stay banned, for the length of time they're...
Forum: Plugins 08-04-2012, 00:45
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

Try the version attached
Forum: Plugins 08-03-2012, 04:07
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

I've not been able to duplicate any problems.

The only bans that will delete themselves, is if the ban is timed, and the user reconnects after the ban expires.

You're saying you used my_ban...
Forum: Plugins 07-30-2012, 14:25
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

In regards to overriding sm_ban, there is a way to do it. But I have not sat down yet to do it. I will update that at some point in the future. For now, I'm just telling my admins to use my_ban. I...
Forum: Plugins 07-30-2012, 04:32
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

Oops, lol. It kicks the wrong person. Fixed. Updated to 1.02 . I only tested it on myself.
Forum: Plugins 07-30-2012, 00:36
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

I'll add it later when i come back to this plugin. I just needed something that worked now, so I made it. I've moved onto coding another custom plugin atm.
Forum: Plugins 07-30-2012, 00:34
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

in your database.cfg change mysqlbans to default.


"Databases"
{
"driver_default" "mysql"

"default"
{
"driver" "mysql"
Forum: Plugins 07-29-2012, 11:44
Replies: 97
Views: 43,641
Posted By senseit
Forum: Plugins 07-29-2012, 11:42
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

Re-read instructions. You didn't setup the database correctly. Plugin uses default database. Look at the error you posted. Login/password error when connecting to the DB. It's pretty self-explanatory.
Forum: Plugins 07-29-2012, 11:11
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

There was an error on boot. Make sure your database is setup correctly.
Forum: Plugins 07-29-2012, 06:34
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

No, then it would just be the same thing as source bans. I just needed a way to keep local mysql bans on my own server network without wanting to import other people's bans, have a web interface, or...
Forum: Plugins 07-28-2012, 23:46
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

Yes. This plugin just creates 2 new commands. It will not interfere with any existing commands or plugins.
Forum: Plugins 07-28-2012, 16:53
Replies: 97
Views: 43,641
Posted By senseit
Re: [ANY] Threaded Mysql Bans

There was a bug in the code. Will error out if the banner's name is shorter than the banee's name. Was a typo with the string lengths. Updated to 1.01
Showing results 1 to 25 of 56

 
Forum Jump

All times are GMT -4. The time now is 20:26.


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