gametext crashing
#4

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
}
Reply


Messages In This Thread
gametext crashing - by Annihalation - 20.07.2009, 22:08
Re: gametext crashing - by Blacklite - 21.07.2009, 00:14
Re: gametext crashing - by yezizhu - 21.07.2009, 02:46
Re: gametext crashing - by Blacklite - 21.07.2009, 05:11

Forum Jump:


Users browsing this thread: 1 Guest(s)