24.09.2018, 22:00
Can anyone help me with Y_Bits? I'm new using YSI and I didn't find good explanations about it. What is slot? what is <>? How can I check a value of a bitarray? is it correct to use
or
?
Код:
new BitArray:array<MAX_PLAYERS>;
Код:
new BitArray:array[MAX_PLAYERS];