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

Showing results 1 to 25 of 114
Search took 0.01 seconds.
Search: Posts Made By: bobdole
Forum: HLstatsX:CE 09-12-2014, 21:31
Replies: 1
Views: 775
Posted By bobdole
example logs file and database

Good day, im currently in the process of helping Maverick to rewrite hlstatsx to python, however due to busy schedules on both our parts and a lack of a popular server currently im here to ask...
Forum: HLstatsX:CE 09-01-2014, 13:52
Replies: 111
Views: 57,941
Posted By bobdole
Re: Fix SteamIDs for the new update

Strangely seeing as this project has its own subfourm its rather easy for users to post the problems they are having (o wait that already happening strange) rather than trying to get someone (who's...
Forum: Off-Topic 09-21-2012, 23:57
Replies: 36
Views: 5,597
Posted By bobdole
Re: Account ban

It is empty not emtpy.
Forum: Scripting 01-30-2011, 12:40
Replies: 8
Views: 2,332
Posted By bobdole
Re: call stack after client disconnected

start a single timer OnPluginStart then in the action function loop though all of the payers and do stuff on them as you wish.
Forum: SM_Hosties 01-16-2011, 20:45
Replies: 2,851
Views: 1,247,116
Posted By bobdole
Re: [CSS] SM_Hosties (v1.11)

one thing i noticed when i started setting up a new server. When you open your files you never actually close them.

Gave me a huge headache trying to edit the decal downloads with the server...
Forum: Plugins 01-10-2011, 15:18
Replies: 389
Views: 170,729
Posted By bobdole
Re: [CS:S] VIPMod

Looks really nice, good job.

There is one map made by TopHattWaffle (http://www.tophattwaffle.com/?p=1659) (http://www.tophattwaffle.com/?p=1659)

Where we wanted to change how the map defines a...
Forum: Metamod:Source Plugins 01-10-2011, 15:04
Replies: 286
Views: 214,498
Posted By bobdole
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

to many long posts so little reading...

Im going to go ahead and post the mod here, Sorry D-ONE but you got a head start at optimizing it at least...

I didnt want to post it here for pure...
Forum: Plugin/Gameplay Ideas and Requests 11-25-2010, 15:15
Replies: 5
Views: 1,002
Posted By bobdole
Re: [PAID][CSS] Register/Login Plugin

so you want to lock a username/password to each person without a ability to reset anything, so as soon as someone forgets what username/password combo they used they just find a diff server to play...
Forum: Plugin/Gameplay Ideas and Requests 11-07-2010, 01:01
Replies: 24
Views: 21,317
Posted By bobdole
Re: Unconnected glitch - kicker

BanClient(client,0,BANFLAG_IP,"Hacking!","Hacking", "sm_ban", client);
Forum: Metamod:Source Plugins 10-18-2010, 19:32
Replies: 286
Views: 214,498
Posted By bobdole
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

I am going to go ahead and release my VIP plugin that Mavrick has been using. I just want to clean up the code first for its vary messy atm.
Forum: Unapproved Plugins 09-18-2010, 10:03
Replies: 306
Views: 138,117
Posted By bobdole
Re: Kigen's Anti Cheat, v1.2.1.3

i whould rather he didnt, that way if your site goes down people can still get the plugin and code.

i love how you say your never coming back here then all of a sudden come back with these...
Forum: General 09-16-2010, 21:04
Replies: 12
Views: 5,165
Posted By bobdole
Re: SRCDS Auto Restart Broken with sourcemod

and you have also modded rcon lock, seeing as my servers restart fine with it, it must be one of your "mods"
Forum: Unapproved Plugins 09-15-2010, 20:24
Replies: 552
Views: 386,122
Posted By bobdole
Re: Rcon locker / exploit fix

rcon_lock only blocks quit when it is used with a ent_ command

as long as you are running it via rcon it still goes though
Forum: Plugin/Gameplay Ideas and Requests 09-09-2010, 21:30
Replies: 5
Views: 1,206
Posted By bobdole
Re: DM Map Ender

mp_match_end_at_timelimit 1
Forum: Plugin/Gameplay Ideas and Requests 09-06-2010, 15:22
Replies: 20
Views: 3,546
Posted By bobdole
Re: Mute

#include <sourcemod>
#include <sdktools>

public Plugin:myinfo =
{
name = "Auto-Mute",
author = "Alex",
description = "Mute all if 20 players or more are online",
version =...
Forum: SourceMod Anti-Cheat 09-06-2010, 11:07
Replies: 56
Views: 22,092
Posted By bobdole
Re: Section Closure

fraps many people post something that may have a typo or may not mean what they thought it would mean,

from his original post he coulda simply forgot to put a not in the sentance. thats why there...
Forum: Plugin/Gameplay Ideas and Requests 09-05-2010, 13:39
Replies: 20
Views: 3,546
Posted By bobdole
Re: Mute

the code Alex posted is a variant of GetClientCount, GetClientCount will return the total number of clients connected to the server, where as Alex's will only return the total number of HUMAN clients...
Forum: Plugin/Gameplay Ideas and Requests 09-05-2010, 12:09
Replies: 20
Views: 3,546
Posted By bobdole
Re: Mute

i see your point Altex (i whouldnt care to much on my servers but they can handle that small strain)

but now you added another check for maxplayers in the for loop that will now once the players...
Forum: Plugin/Gameplay Ideas and Requests 09-05-2010, 01:43
Replies: 20
Views: 3,546
Posted By bobdole
Re: Mute

perhaps something like this?

#include <sourcemod>
#include <sdktools>

public Plugin:myinfo =
{
name = "Auto-Mute",
author = "Alex",
description = "Mute all if 20 players or...
Forum: SM_Hosties 08-25-2010, 23:19
Replies: 2,851
Views: 1,247,116
Posted By bobdole
Re: [CSS] SM_Hosties (v1.08)

What the ES version did is have you select 2 points that are within a certain distance of each other, you could do that
Forum: SourceMod Anti-Cheat 08-23-2010, 19:08
Replies: 24
Views: 8,657
Posted By bobdole
Re: No more LUA

it also has vac bans on the account so its most likely something someone bought for 10 bucks and wont care who bans it.
Forum: SourceMod Anti-Cheat 08-18-2010, 21:17
Replies: 24
Views: 8,657
Posted By bobdole
Re: No more LUA

that update was for the beta meaning they are still testing it, it will be added to our version when they are done.

When that update was released plug ins could still be used but a dev said that...
Forum: SourceMod Anti-Cheat 08-10-2010, 09:59
Replies: 8
Views: 4,639
Posted By bobdole
Re: Anti folder/addons

you can use any form of hacking to gain access to those cvars but due to how KAC works you wont get banned from doing it instantly. KAC scans you at random times with a random cvar so you never know...
Forum: General 08-07-2010, 21:27
Replies: 3
Views: 1,012
Posted By bobdole
Re: What is the best solution to prevent nade boosting ?

i think the best way is with SDK hooks. i have it on all my clans servers and they all run great (one of them use a nade noblock script)
Forum: SourceMod Anti-Cheat 08-07-2010, 20:47
Replies: 8
Views: 3,847
Posted By bobdole
Re: [KAC] Global BanList "Forced"?

that version does not disable the banlist what it does it allow you to specify certain people to play on your server even tho that are globally banned. anyone who is on the global banlist and you...
Showing results 1 to 25 of 114

 
Forum Jump

All times are GMT -4. The time now is 13:35.


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