25.03.2011, 19:13
Problem is in /clancreate command.
You save result to Clans[i][cName] but result is empty, you don't save anything there.
pawn Код:
strmid(Clans[i][cName], result, 0, strlen(result), 255);