06.09.2013, 11:41
Sizeof inputtext is just a reference and compiler doesn't know what's its real size. Try
pawn Код:
if(strlen(inputtext) >= 79) strins(inputtext, "~n~", 79, 128);