native ArrayFindString(Array:which, const item[]);
which | Array handle |
item | String to search for |
Searches through the array and returns the index of the first occurence of the specified string.
Array index on success, -1 if the string can't be found
Invalid handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.