03.03.2013, 03:43
Okay I just tested it with different strings, and I think the issue might be with enumerators only.
because this:
returs null.
However this:
returns the right string.
Can someone confirm this?
because this:
pawn Code:
cache_get_row(0, 0, gServerInfo[serverHostname]);
However this:
pawn Code:
new
str[64];
cache_get_row(0, 0, str);
Can someone confirm this?