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

Showing results 1 to 25 of 356
Search took 0.11 seconds.
Search: Posts Made By: CoolJosh3k
Forum: Scripting 08-06-2022, 23:42
Replies: 8
Views: 1,255
Posted By CoolJosh3k
Re: [TF2] Quick plugin review before I submit

If I write a plugin again, I will certainly do so. This one was originally written quite a few years ago.
Forum: Scripting 08-04-2022, 23:43
Replies: 8
Views: 1,255
Posted By CoolJosh3k
Re: [TF2] Quick plugin review before I submit

While I do assume it is floating error related (as well as others like yourself), I can't know for sure.

I expect if only ever treated as a float, then it is possible to detect when an error would...
Forum: Plugins 08-03-2022, 01:13
Replies: 0
Views: 1,172
Posted By CoolJosh3k
[TF2] Server UpTime Restarter

Server UpTime Restarter

This plugin will automatically restart your server after a set period of no activity.
Solves the jitter problem.

If a server runs for long enough, then a detrimental...
Forum: Scripting 07-19-2022, 23:59
Replies: 8
Views: 1,255
Posted By CoolJosh3k
Re: [TF2] Quick plugin review before I submit

A floating point error makes perfect sense.
Of course back in 2017, when I wrote this, I probably didn't even know what a floating point was! :P

Simply changing the map is probably a better...
Forum: Scripting 07-18-2022, 03:51
Replies: 8
Views: 1,255
Posted By CoolJosh3k
Re: [TF2] Quick plugin review before I submit

Whoops. Sorry about that.

I did not even notice I was under the AMX section due to how things are laid out.
Forum: Scripting 07-18-2022, 02:10
Replies: 8
Views: 1,255
Posted By CoolJosh3k
[TF2] Quick plugin review before I submit

Hi there, :bacon!:

I was hoping to get some eyeballs on this before I submit it for review. Hopefully there is nothing wrong with it, but I wrote it back in 2017.

The purpose of this plugin is...
Forum: Scripting 07-12-2022, 03:43
Replies: 2
Views: 532
Posted By CoolJosh3k
Re: unsupported feature set; code is too new

I just used the website compiler, as it is a simple plugin and I don't have a local dedicated server setup (yet).

I'll try updating my server's version of SourceMod.

Thanks :)
Forum: Scripting 07-12-2022, 00:25
Replies: 2
Views: 532
Posted By CoolJosh3k
unsupported feature set; code is too new

Hi there,

I am looking at making use of a plugin I wrote back in 2017 when I was very new to programming.

It has been a long time and I am no longer familiar with writing SourceMod plugins and...
Forum: Source Servers (SRCDS) 07-02-2022, 00:25
Replies: 0
Views: 550
Posted By CoolJosh3k
sv_vote_issue_changelevel_allowed does not honor choice

I've noticed that Valve's implementation of a change level does not actually go to the map chosen.

I heard this was a common issue too.

Is there a known fix for this, while still using the easy...
Forum: Plugins 06-28-2022, 02:22
Replies: 2,224
Views: 1,678,789
Posted By CoolJosh3k
Re: Advertisements 2.1 (Updated 2021/02/06)

Any chance we could get an advertisements.cfg for easy organisation for those who don't use the default cvar values?
Forum: Source Servers (SRCDS) 06-21-2022, 07:23
Replies: 2
Views: 1,089
Posted By CoolJosh3k
Re: (TF2) Serious security and anti-cheat solutions

Thanks for the help.

I’ve been looking into smac, lilac and stac. There is stuff from smac I want and lilac plays just fine with it apparently.
Unsure about stac and what it includes, but it does...
Forum: Source Servers (SRCDS) 06-15-2022, 03:08
Replies: 2
Views: 1,089
Posted By CoolJosh3k
(TF2) Serious security and anti-cheat solutions

Hi there,

I am seeking guidance for keeping a TF2 server free of bots/cheaters and bad actors who would attempt to interrupt normal operation.

It has been years since I last hosted TF2 servers...
Forum: Plugins 01-12-2020, 07:15
Replies: 271
Views: 147,912
Posted By CoolJosh3k
Re: [ANY] Basic Donator Interface

A TF2 community I play with wondered if I could fix it so it had any colour. I did just that.

Modify the code as desired to add the colours you want, then compile it.

Note that you will need...
Forum: Plugins 10-26-2017, 08:16
Replies: 62
Views: 37,717
Posted By CoolJosh3k
Re: [TF2] Class Restrictions For Bots (04.05.2017)

Can confirm.

tf_bot_keep_class_after_death 1

It now no longer works.
Forum: Plugins 10-24-2017, 21:37
Replies: 62
Views: 37,717
Posted By CoolJosh3k
Re: [TF2] Class Restrictions For Bots (04.05.2017)

Sounds like the way it detects bot's classes needs to be rewritten. Are you able to figure out which function no longer gives the data you need?
Forum: Plugins 10-24-2017, 01:58
Replies: 62
Views: 37,717
Posted By CoolJosh3k
Re: [TF2] Class Restrictions For Bots (04.05.2017)

It would appear that the recent TF2 update broke this plugin.

Now it keeps just killing the bots shortly after they respawn. Over and over.
Depends on the number of tf bots and the class limits,...
Forum: Extensions 10-24-2017, 00:58
Replies: 395
Views: 215,605
Posted By CoolJosh3k
Forum: Plugins 10-21-2017, 10:29
Replies: 616
Views: 452,596
Posted By CoolJosh3k
Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)

Going to presume we need new gamedata.

Is there a good place to find out how things are going with it, besides https://github.com/FlaminSarge/tf2attributes
Forum: Scripting 06-05-2017, 08:05
Replies: 6
Views: 976
Posted By CoolJosh3k
Forum: Scripting 06-05-2017, 07:29
Replies: 6
Views: 976
Posted By CoolJosh3k
Re: Finding when a player is charging a CM5k shot?

I had tested using addcond and removecond.

Tested via some code (TF2_IsPlayerInCondition) and actually it does work. My bad!

Thanks for your help.
Forum: Scripting 06-05-2017, 07:05
Replies: 6
Views: 976
Posted By CoolJosh3k
Re: Finding when a player is charging a CM5k shot?

Is that not used by other things too though? Mind, this would still fit just fine for me.

Edit: tested and that condition seems to do nothing.
Forum: Scripting 06-05-2017, 06:41
Replies: 6
Views: 976
Posted By CoolJosh3k
Finding when a player is charging a CM5k shot?

To fix a bug in my plugin, I need to know when a player is currently firing a Cow Mangler 5000 shot.

I noticed that I can just look for them holding that weapon and having their m_flMaxspeed be a...
Forum: TF2Items 05-02-2017, 12:12
Replies: 2
Views: 1,824
Posted By CoolJosh3k
Re: Can’t find the server at hg.limetech.org

Thanks. Looks like I managed to those threads. I searched for limetech but nothing showed for me.
Forum: TF2Items 04-22-2017, 18:03
Replies: 2
Views: 1,824
Posted By CoolJosh3k
Can’t find the server at hg.limetech.org

Noticed that the site is still down, so we cannot get the plugin data.

Any info on when it will be back? Is there a mirror?

Thanks, in advance.
Forum: Plugins 04-20-2017, 13:48
Replies: 616
Views: 452,596
Posted By CoolJosh3k
Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)

Please note if you are still having that game data issue, make sure you are getting the raw file downloaded. Once downloaded, check the file contents are what it should be and not webpage data.
Showing results 1 to 25 of 356

 
Forum Jump

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


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