18.05.2013, 18:45
Compile with this before the if and show us the result.
Then again, with that info you could probably figure the rest out on your own.
pawn Код:
printf("text: %s - strlen(text): %d - strlen(\"10-0\"): %d - Code: %s", text, strlen(text), strlen("10-0"), (Code ? ("true") : ("false"));