21.07.2009, 05:11
Actually, you shouldn't let the users put the ~ in text draws. Ever. So do this:
pawn Код:
if (strfind(tmp, "~", true) >= 0)
{
// invalid character, send evil error message here
}