MySQL CONV exceeds integer boundries?
#1

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?

pawn Код:
SendClientMessage(playerid, 0xF7F9AEFF, "Yo")
This is completely valid, isn't it?

Is there something more hapening than just the base changing?
Reply


Messages In This Thread
MySQL CONV exceeds integer boundries? - by dusk - 26.02.2015, 18:59
Re: MySQL CONV exceeds integer boundries? - by Misiur - 26.02.2015, 19:12
Re: MySQL CONV exceeds integer boundries? - by dusk - 26.02.2015, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)