26.02.2015, 18:59
Hello,
I save some colours as strings in my database for readability.
When I load those colours into Pawn, I select them with CONV(value, 16, 10) function. The problem is that F7F9AEFF returns 4160335615 which is more than the integer limit.
So how are the colours handled in Pawn?
This is completely valid, isn't it?
Is there something more hapening than just the base changing?
I save some colours as strings in my database for readability.
When I load those colours into Pawn, I select them with CONV(value, 16, 10) function. The problem is that F7F9AEFF returns 4160335615 which is more than the integer limit.
So how are the colours handled in Pawn?
pawn Код:
SendClientMessage(playerid, 0xF7F9AEFF, "Yo")
Is there something more hapening than just the base changing?