22.12.2010, 02:23
Look at when you split the string. In the /tt command, your splitting it in between the two t's.
pawn Код:
//Fixed
strmid(output,cmdtext,3,strlen(cmdtext));