31.01.2013, 18:16
Just because it's written in hexadecimal format, it doesn't mean that it's a color.
0x7FFFFFFF is 2,147,483,647 in decimal; the highest possible number you can reach using 32 bits integers. I just find it easier to remember the hexadecimal representation, rather than a bunch of meaningless numbers.
@Beneath me: Yes, I know. But you can only create signed 32 bit integers in Pawn, so it wasn't worth mentioning.
0x7FFFFFFF is 2,147,483,647 in decimal; the highest possible number you can reach using 32 bits integers. I just find it easier to remember the hexadecimal representation, rather than a bunch of meaningless numbers.
@Beneath me: Yes, I know. But you can only create signed 32 bit integers in Pawn, so it wasn't worth mentioning.