View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-25-2018 , 14:07   Re: [TUT] Bits, Bit-fields, and Bit-wise Operators
Reply With Quote #86

Quote:
Originally Posted by happy_2012 View Post
Is it not possible to do something similar to the stuff I mentioned though?

e.g. BitCount( bitsum_is_zombie | bitsum_is_alive )
Oh, I guess I misunderstood what you were asking. KliPPy is correct, if you want to check for players that have zombie OR alive, you use OR and if you want to check for players that have both zombie AND alive, you use AND.
__________________
fysiks is offline