09.03.2016, 13:41
Well you need to max the inputtext to 128 characters anyway since you cannot SendClientMessage >128 characters so cap the inputtext to that and see if that fixes it.
ie
ie
PHP код:
if(strlen(inputtext) > 128) return SendClientMessage(playerid, -1, "blabla max 128 char");