install_include
Downloads a .inc library from a direct URL and installs it into the pawno/include folder, making the include available for Pawn scripts.
Instructions
Download and install a .inc library from a URL (e.g. GitHub raw) into pawno/include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The direct URL to the .inc file | |
| name | Yes | The filename (e.g. 'sscanf2.inc') |