(y_groups) i | 0x80000000
#1

Hello. I was looking what Group_Create returns, and I found this piece of code:

pawn Код:
return i | GROUP_MASK;
Now, in y_nogroups I've found that

pawn Код:
#define GROUP_MASK                      (Group:0x80000000)
So we have minimal possible 32bit number or'ed with i (first free index I guess). The value itself is inprintable (%d gives "--", because the number itself is out of range (10000000000000000000000000000001)).
How can I store values returned by Group_Create and compare them with normal numbers?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)