26.10.2011, 16:35
Код:
new query[128]; new id = -1; mysql_format(1, query, "[Test] %i - %d - %s", id, id, id);
Код:
[Test] -1 - -1 - yyyy
Код:
[Test] - - yyyy
Soooo then i looked into Source.
Example /mysql_rel/source/CScripting.cpp
Код:
unsigned int
I know, this is the Problem.
Код:
signed int
Signed = ----- / +++++
Can Anyone compile my the Source with "Signed Int" instead of "Unsigned Int"?