Signature
native ArrayFindString(Array:which, const item[]);
Description
Searches through the array and returns the index of the first occurence of
the specified string.
Parameters
- which — Array handle
- item — String to search for
Returns
Array index on success, -1 if the string can't be found
Errors
- Invalid handle.