14.01.2012, 15:24
Your problem is that you are using this:
strfind will search the string until it finds what you're looking for, in this case, a space. Therefore, your player's can do an unlimited amount of this /meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee until they add a space- which will then allow the second part of the command to be processed.
pawn Код:
strfind(cmdtext," ",true)