Returns number of captures for a match
int CaptureCount(int match)
Match to get the number of captures for. Match starts at 0, and ends at MatchCount() -1
Number of captures in the match.
Use GetSubString() and loop from 1 -> captures -1 for str_id to get all captures
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.