fuzzy_find_file
Locate SA-MP source or config files by partial filename when you don't know the exact path. Search .pwn, .inc, and .cfg files to get matching results.
Instructions
Find .pwn/.inc/.cfg files by partial name match. Useful when you can't remember the exact file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Partial filename to search for (e.g. 'main', 'airdrop') | |
| maxResults | No | Max results to return |