03.01.2014, 20:27
You could try it this way:
pawn Код:
new
str[64],
string[64];
if (sscanf(params, "s[64]S(\1)[64]", str, string))
return 0;
if (isnull(string))
{
// ...
}