This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

attempting to make medigun hurt players using tf2items.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
possibly_yaboi_mark
Junior Member
Join Date: Jul 2022
Old 08-29-2022 , 22:30   Re: attempting to make medigun hurt players using tf2items.
Reply With Quote #4

Quote:
Originally Posted by Blinx View Post
It's probably just not going to be possible, it's likely that it's hardcoded in TF2 that the medigun can only provide health, not take it away.

You'd probably have a better chance of hooking the "player_healed" event, and then either trying to set the "amount" to a negative value, or, setting it to 0 and then hurting the patient.

PHP Code:
"player_healed"
{
    
"patient"    "short"
    "healer"    "short"
    "amount"    "short"

Edit:

I had an explore of this myself, player_healed does not fire on every heal event, it fires every time that number pops up in the world that says how much you healed, so it's not reliable, it also doesn't consider overheal.

The method I ended up using was hooking the players prethink, checking to see if their medigun had a heal target, and if so, damage that heal target. If you need more guidance let me know.
thank you, that seems to have worked.
possibly_yaboi_mark is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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