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

[L4D1?/2] 5+ Survivor Friendly Fire Quote Fix


Post New Thread Reply   
 
Thread Tools Display Modes
Shadowysn
Senior Member
Join Date: Sep 2015
Location: Location:
Old 03-20-2022 , 10:10   Re: [L4D1?/2] Scene Adjustments/Fixes
Reply With Quote #11

Quote:
Originally Posted by HarryPotter View Post
version 1.1.5b

line 365~366 in Event player_hurt
PHP Code:
    int attacker GetClientOfUserId(attackerID);
    if (!
IsValidClient(client) || !IsSurvivor(attacker) || attacker == client) return; 
Should be
PHP Code:
    int attacker GetClientOfUserId(attackerID);
    if (!
IsValidClient(attacker) || !IsSurvivor(attacker) || attacker == client) return; 
Oops.
Thanks for reporting. Fixed.
__________________
ragdoll spam, that is all

Steam profile, where I game, obviously.
Youtube channel, where I do Stick Death Maze animations and some other stuff.
no plugin requests, sorry


My Plugins:
-search list-
Modified Plugins:
1 | 2 | 3 | 4

Last edited by Shadowysn; 03-20-2022 at 10:10.
Shadowysn is offline
Reply



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:00.


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