18.05.2017, 16:01
If you're interested in use of memory, there's no difference in Pawn.
Both int and bool are stored on 32 bits.
If we're talking about values the int value 0 represents false and any other int value represents true.
Both int and bool are stored on 32 bits.
If we're talking about values the int value 0 represents false and any other int value represents true.

