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

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: ChauffeR
Forum: Plugins 10-11-2014, 04:15
Replies: 68
Views: 44,992
Posted By ChauffeR
Re: [DEV] TF2ItemsInfo v1.9 | 16th Aug 2014

I don't know what's causing that error, while it's not related to the change I made, I cannot know what it's about without seeing tf2ibwr.smx.
Forum: Plugins 10-04-2014, 06:42
Replies: 68
Views: 44,992
Posted By ChauffeR
Re: [DEV] TF2ItemsInfo v1.9 | 16th Aug 2014

Would you mind explaining?
Forum: Plugins 09-11-2014, 08:01
Replies: 9
Views: 34,831
Posted By ChauffeR
Re: [TF2] Instant Respawn

It's because of how quick the respawn is. The ragdolls actually appear on spawn most of the time, if not always.
Forum: Plugins 09-07-2014, 06:34
Replies: 68
Views: 44,992
Posted By ChauffeR
Re: [DEV] TF2ItemsInfo v1.9 | 16th Aug 2014

As far as I know, the plugin doesn't actually leak handles, it just uses a huge amount of them as it has multiple handles for each item of the schema.
The version MasterOfTheXP linked is basically...
Forum: Plugins 08-21-2014, 05:40
Replies: 68
Views: 44,992
Posted By ChauffeR
Re: [DEV] TF2ItemsInfo v1.9 | 16th Aug 2014

Done, and tf2items.inc is there since your original code has it.
I have not checked whether it's needed for compilation or not, though.
Forum: Plugins 08-19-2014, 03:17
Replies: 68
Views: 44,992
Posted By ChauffeR
Re: [DEV] TF2ItemsInfo v1.9 | 16th Aug 2014

sorry about that, I did it to keep track on my own server, here:
https://github.com/chauffer/tf2itemsinfo/commit/c397534bff83f919b1622d39a994c617db4b628d
Forum: Plugins 08-17-2014, 14:53
Replies: 2
Views: 5,746
Posted By ChauffeR
Re: [TF2] Set Speed

your plugin breaks minigun revving, scoping in, etc.
thanks for the suggestion, updated the plugin with it
Forum: Plugins 08-16-2014, 17:57
Replies: 4
Views: 5,438
Posted By ChauffeR
Forum: Plugins 08-16-2014, 17:49
Replies: 2
Views: 5,746
Posted By ChauffeR
[TF2] Set Speed

[TF2] Set Speed


Commands accessible by ADMFLAG_CHEATS:

sm_setspeed <target> <multiplier> - 1 being normal speed, 2 being twice as fast, 0 being frozen.


Dependencies:
Forum: Plugins 08-16-2014, 17:16
Replies: 68
Views: 44,992
Posted By ChauffeR
[DEV] TF2ItemsInfo v1.9 | 16th Aug 2014

TF2ItemsInfo v1.9
Since this plugin's been abandoned by Leonardo, and the fix is an easy line change, I'll try maintaining it for what I can
This is, obviously, a drop-in replacement to...
Forum: Plugins 07-28-2014, 04:01
Replies: 9
Views: 34,831
Posted By ChauffeR
Re: [TF2] Instant Respawn

Thanks! Edited the code.
Forum: Plugins 07-27-2014, 06:30
Replies: 9
Views: 34,831
Posted By ChauffeR
[TF2] Instant Respawn

[TF2] Instant Respawn


This plugin respawns players as soon as they die.

No configuration needed.
No cvars - unload the plugin to disable it.
Forum: Plugins 05-09-2014, 11:11
Replies: 10
Views: 16,981
Posted By ChauffeR
Re: [ANY] Show Horizontal Speed (useful for bhop)

Updated the plugin with your modifications, thanks.
Forum: Plugins 03-20-2014, 15:18
Replies: 7
Views: 13,704
Posted By ChauffeR
Forum: Plugins 03-07-2014, 16:08
Replies: 4
Views: 5,438
Posted By ChauffeR
Re: [Any] Target Admins

oh well, I couldn't find anything so I made my own and released it :p
Forum: Plugins 03-07-2014, 15:54
Replies: 4
Views: 5,438
Posted By ChauffeR
[Any] Target Admins

[Any] Target Admins
This plugins allows admins to target admins (Admin_Generic, flag b) with the @admins filter.


CVars:

sm_target_admins_version - do not change
Forum: Plugins 01-13-2014, 08:45
Replies: 10
Views: 16,981
Posted By ChauffeR
Re: [ANY] Show Horizontal Speed

It does show only horizontal speed, sorry, should've mentioned that where cl_showpos's speed changes with vertical movement, my plugin does not.
Forum: Plugins 01-12-2014, 18:39
Replies: 10
Views: 16,981
Posted By ChauffeR
[ANY] Show Horizontal Speed (useful for bhop|surf) | Updated

[ANY] Show Horizontal Speed (useful for bhop)
This plugin shows the horizontal speed for every player through text on the screen.
(Basically, the speed you see when you enable cl_showpos, except it...
Forum: Scripting 12-20-2013, 04:46
Replies: 0
Views: 527
Posted By ChauffeR
Forum: Trash 12-20-2013, 03:09
Replies: 1
Views: 2,018
Posted By ChauffeR
[TF2] Block late spawning on arena

Block late spawning on arena
This is a plug and play plugin, there's no configuration involved.
It kills any player that spawns after the round started.
I made this for my own jailbreak server,...
Forum: Source Servers (SRCDS) 12-16-2013, 08:39
Replies: 8
Views: 4,885
Posted By ChauffeR
Re: [TF2] How to use CTX files?

Alright, I'll try doing so.
Forum: Scripting 12-16-2013, 08:35
Replies: 10
Views: 2,859
Posted By ChauffeR
Re: SDKHooks OnTakeDamage not working on TF2

This does not work.
#include <sourcemod>
#include <sdkhooks>
#include <tf2_stocks>

public Plugin:myinfo =
{
name = "Custom Weapons Damage",
author = "ChauffeR",
description = "Custom...
Forum: Source Servers (SRCDS) 12-16-2013, 08:31
Replies: 8
Views: 4,885
Posted By ChauffeR
Re: [TF2] How to use CTX files?

There are CTX only in VPK files, not by themselves.
That's the problem.
Forum: Source Servers (SRCDS) 12-16-2013, 07:44
Replies: 8
Views: 4,885
Posted By ChauffeR
Re: [TF2] How to use CTX files?

What is the right place?
Thanks.
Forum: Source Servers (SRCDS) 12-16-2013, 07:14
Replies: 8
Views: 4,885
Posted By ChauffeR
Re: [TF2] How to use CTX files?

Thank you!
Does that mean, say, scout.txt should be in root/tf/scripts/playerclasses/scout.txt?

Will I need ctx files as well?
Does steampipe affect anything?

Thank you.
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT -4. The time now is 00:27.


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