finished doc on SearchForClients
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40909
This commit is contained in:
parent
877b604ce9
commit
d19aa9f576
@ -80,6 +80,11 @@ stock Handle:FindPluginByFile(const String:filename[])
|
|||||||
* Allowed patterns:
|
* Allowed patterns:
|
||||||
* 1) #<userid> or #<exact name>
|
* 1) #<userid> or #<exact name>
|
||||||
* 2) <partial or full name>
|
* 2) <partial or full name>
|
||||||
|
*
|
||||||
|
* @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)
|
stock SearchForClients(const String:pattern[], clients[], maxClients)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user