Small help
#2

You can do this using strfind:

pawn Код:
if (strfind(name_here, text_you_search_for) != -1)
{
  // found, do something here
}
Reply


Messages In This Thread
Small help - by cloud9 - 16.12.2009, 15:25
Re: Small help - by Zeex - 16.12.2009, 15:55

Forum Jump:


Users browsing this thread: 1 Guest(s)