16.12.2009, 15:55
You can do this using strfind:
pawn Код:
if (strfind(name_here, text_you_search_for) != -1)
{
// found, do something here
}