08.08.2012, 23:41
If you're using the sscanf include (NOT the plugin, the stock sscanf(...) code), then change:
to
pawn Код:
if(!sscanf(text, "s[81]", result))
pawn Код:
if(!sscanf(text, "s", result))