17.04.2013, 20:52
Something like this, perhaps?
pawn Код:
for(new i = 0; i < sizeof(array); i++)
{
if(strfind(array[i], "box"))
{
// it was found; the position in the array is: i
}
}