Quote:
Originally Posted by Sherazaa
Why did you not do that :
Code:
new const FreeFlags = ADMIN_IMMUNITY & ADMIN_RESERVATION & ADMIN_CHAT
Why you set an OR BITWISE operator and not an AND BITWISE ?
|
Bit-wise operators do not work according to their names.
Re-read the bitwise tutorial you would understand it
I think
this will make you understand.
__________________