16.02.2014, 11:04
There is a small bug in sql_format:
should be:
pawn Code:
native sql_format(handle, dest[], dest_len = sizeof(dest), format[], {Float, _}:...);
pawn Code:
native sql_format(SQL:handle, dest[], dest_len = sizeof(dest), format[], {Float, _}:...);