View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 01-16-2024 , 14:40   Re: [L4D2] Weapons Skins RNG [v1.1.0 | 17-September-2022]
Reply With Quote #37

a bug


and I think this can fix

PHP Code:
void Event_PlayerUse(Event event, const char[] namebool dontBroadcast)
{
    ...

    if (
activeWeapon != targetid// was activeWeapon == targetid
        
return;

    ...

__________________
HarryPotter is offline