09.11.2012, 05:10
Just want to mention that you probably would want to use the AND operator in your structure. If the player types something with length 120, that statement will still hold true because of the last part (> 0). Or use this, which is more straightforward:
pawn Код:
if(0 < strlen(inputtext) < 64)