diff --git a/plugins/include/helpers.inc b/plugins/include/helpers.inc index 5120f358..e3519aff 100644 --- a/plugins/include/helpers.inc +++ b/plugins/include/helpers.inc @@ -80,6 +80,11 @@ stock Handle:FindPluginByFile(const String:filename[]) * Allowed patterns: * 1) # or # * 2) + * + * @param pattern Pattern to search for. + * @param clients Array to store matching clients in. + * @param maxClients Maximum clients in the array. + * @return Number of clients found. */ stock SearchForClients(const String:pattern[], clients[], maxClients) {