View Single Post
HLM
Senior Member
Join Date: Apr 2008
Location: C:\WINDOWS\System32
Old 05-15-2022 , 10:46   Re: [TFC] Bug Fixes v1.2
Reply With Quote #5

Quote:
Originally Posted by Suicide_Kid View Post
Loaded this up on our server (OST) recently and found that it messes with the "random" class.
I looked through the code, and the only thing I could find that could potentially cause this is the call to change the tfstate flag.
PHP Code:
set_pdata_int(iClient350OFFSET_CLIENT_LINUX_DIFF); // tfstate 
https://github.com/ValveSoftware/hal.../tf_defs.h#L99

I am unsure what flags are being looked for, but I am assuming you would need to do some bitwise checks to see if the flags are present and *ONLY* remove those flags instead of resetting tfstate to 0
__________________
+|- KARMA Respectively

HLM is offline