28.05.2014, 19:24
I'm not aware of why it makes it NULL (it's odd) but you can use format for it. An example:
pawn Код:
new
szKey[32];
format(szKey, sizeof (szKey), "%s=%s", key, value);