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

Showing results 1 to 25 of 39
Search took 0.00 seconds.
Search: Posts Made By: RaphtaliaTheTanooki
Forum: Plugins 10-10-2023, 19:48
Replies: 10
Views: 1,812
Re: [TF2] Neck Crack (Dangerous Neck Snap taunt)

this should do it... (it has alot of commented code used in debugging)

in this version the cvars are

sm_nk_friendlyfire_bypass // (default: 1) bypasses friendlyfire check for killing allies...
Forum: Plugins 10-10-2023, 18:56
Replies: 10
Views: 1,812
Re: [TF2] Neck Crack (Dangerous Neck Snap taunt)

as far as i tested, some weapons change this ID, i got it to consistently happen when using the buff banner or whip, but rocket launcher returns 150
Forum: Plugins 10-10-2023, 18:39
Replies: 10
Views: 1,812
Re: [TF2] Neck Crack (Dangerous Neck Snap taunt)

it seems some items can change the m_nSequence ID and this makes the check fail
Forum: Plugins 10-10-2023, 18:37
Replies: 10
Views: 1,812
Re: [TF2] Neck Crack (Dangerous Neck Snap taunt)

huh, i just noticed for some reason my OwnerIndex keeps returning 175 (just for me) for the other players it returns 150
Forum: Plugins 10-10-2023, 18:31
Replies: 10
Views: 1,812
Re: [TF2] Neck Crack (Dangerous Neck Snap taunt)

so testing some modifications i made to it, would you like to take a look into it? or might as well add it to the post original post maybe
Forum: Plugins 10-10-2023, 16:30
Replies: 10
Views: 1,812
Re: [TF2] Neck Crack (Dangerous Neck Snap taunt)

is this intentional?

(checking the owner twice)

if(!IsClientValid(owner) || !IsClientValid(owner))
return Plugin_Stop;

if(!IsPlayerAlive(owner) || !IsPlayerAlive(owner))
return...
Forum: Plugin/Gameplay Ideas and Requests 12-05-2022, 11:49
Replies: 16
Views: 4,444
Re: [TF2] Enhanced voice command spam unlimiter

An update to it's gamedata that broke in latest TF2 update (for tf2 update dated 1/12/2022)
Forum: Plugins 10-28-2022, 11:42
Replies: 101
Views: 57,403
Re: [TF2] Stop that Tank!

here, this should do it
updated gamedata for the lastest tf2 update

in case of any crashes after the plugin has be unloaded please let me know, i know it can crash because of the memory patches...
Forum: Plugins 10-22-2022, 19:31
Replies: 0
Views: 1,106
[TF2] Conscientious Objector Replacer

ObjectorReplacer
Replaces someone's Conscientious Objector, can be used for banning in case of nsfw on sign

Commands
sm_replacenow <target> // replaces an users melee weapon at command runtime...
Forum: Plugins 10-22-2022, 19:15
Replies: 0
Views: 1,189
[TF2] Civilian

Civilians
adds commands that allows players to turn into a civilian

Commands
sm_civ // Turns the player who typed the command on a civilian
sm_tpose // same as above
sm_civilian // same as...
Forum: Plugins 10-17-2022, 04:10
Replies: 141
Views: 99,307
Re: [TF2] Give Bots Weapons (20.09.2022)

it seems there's an pesky bug with this plugin, that makes bots like the SourceTV and Replay bots to get weapons, i'd would be a good idea to take a better look at this later...
Forum: Plugins 08-06-2022, 22:49
Replies: 4
Views: 1,255
Re: [TF2] Team Changer for Mann Power

so i figured out that the jointeam button is completely ignored by the game when tf_powerup_mode is set to 1, so the command is the only choice
Forum: Plugins 07-30-2022, 20:17
Replies: 301
Views: 108,509
Re: [TF2] Dodgeball Redux - Updated: bugfixes and QoL changes (v0.3.2, 2020-11-23)

this might not be very precise but i do believe that this plugin is causing some bugs around the airblast function, sometimes airblast only uses 1 ammo to airblast, going to look more into it later
Forum: Plugins 06-25-2022, 00:37
Replies: 9
Views: 2,868
Re: [TF2] No Ap-sap Exploit

:)

i got you back, pal
Forum: Plugins 04-06-2022, 08:23
Replies: 78
Views: 54,278
Re: [TF2] Pyro Flamethrower Light Emittion (1.3)

it's because i didn't attach the light to the particles, but to somewhere near the place the player is looking at, it's not how it's supposed to be but it works now atleast
Forum: Plugins 03-29-2022, 14:02
Replies: 78
Views: 54,278
Re: [TF2] Pyro Flamethrower Light Emittion (1.3)

now it works again!

the brightness cvar wasn't taken into account so it is left unused in the code
in case you wanna help out in anyways, have this...
Forum: Plugins 03-28-2022, 15:20
Replies: 0
Views: 1,417
[TF2] Be Painis Cupcake

i need an template for this...

so, this is an mod of an sourcemod plugin, shocking.
do i really need to explain anything else?

mod of Be Robin Walker by Whai...
Forum: Plugins 03-27-2022, 08:19
Replies: 10
Views: 4,495
Re: [TF2] Spells 1.1

Reload the plugin when that happens, that's all i can say about it sadly
Forum: Plugins 03-26-2022, 12:28
Replies: 4
Views: 1,255
Re: [TF2] Team Changer for Mann Power

i'mma see what i can do, i can't guarantee i'll get it done correctly on 1st try, but i'll get there... eventually...
Forum: Plugins 03-24-2022, 00:04
Replies: 4
Views: 1,255
[TF2] Team Changer for Mann Power

This plugin was made because the change teams screen gets blocked when the cvar tf_powerup_mode is set to 1

(this isn't my first plugin, but it's the first i publicly release, but still, report me...
Forum: Plugins 01-30-2022, 19:06
Replies: 21
Views: 5,311
Forum: Plugins 01-24-2022, 20:11
Replies: 12
Views: 3,462
Re: [TF2] Fix for disconnect message | Server Side

i already have the signature and address, but the offset harder that it looks like, it's not a function it's being called it's a instruction, i'm probably going to need ida to look for this thing...
Forum: Plugins 01-24-2022, 07:38
Replies: 12
Views: 3,462
Re: [TF2] Fix for disconnect message | Server Side

time to waste probably a week looking at source spaghetti and trying to find what i need to make this work as intended, hell at this point it would be better off just creating a new plugin from...
Forum: Plugins 01-23-2022, 18:18
Replies: 12
Views: 3,462
Re: [TF2] Fix for disconnect message | Server Side

designed for tf2 probably there's some tf2 text in the pictures he provided
Forum: Plugins 01-23-2022, 17:27
Replies: 12
Views: 3,462
Re: [TF2] Fix for disconnect message | Server Side

right, but where's the windows offsets, addresses and signatures?
Showing results 1 to 25 of 39

 
Forum Jump

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


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