29.06.2013, 09:20
When i complite and
Please help me, when i delete strtok and my pawno crash..
pawn Код:
error 021: symbol already defined: "strtok"
error 047: array sizes do not match, or destination array is too small
pawn Код:
strtok(const string[], &index)
{
new length = strlen(string);
pawn Код:
result[index - offset] = EOS;
return result;
}