15.09.2016, 17:16
You're trying to get the string length of a integer. I think you're trying to achieve this:
pawn Код:
new user_freq = strval(inputtext); // This gets the numeric value of a string
new user_done_freq = strlen(inputtext); // This gets the length of a string.