> For the complete documentation index, see [llms.txt](https://docs.frozen-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frozen-scripts.com/scripts/frozen-police-job/events.md).

# Events

### Client Side

<table><thead><tr><th width="329.3333333333333" align="center">Event</th><th width="136" align="center">Parameters</th><th align="center">Result</th></tr></thead><tbody><tr><td align="center"><pre class="language-lua"><code class="lang-lua">frozen_police:grantLicense
</code></pre></td><td align="center">None</td><td align="center">Brings up menu of nearby players to grant license plate.</td></tr><tr><td align="center"><pre class="language-lua"><code class="lang-lua">frozen_police:handcuffPlayer
</code></pre></td><td align="center"><code>{type='soft'}</code> OR <code>{type='hard'}</code></td><td align="center">Handcuffs nearest player if they are within distance. (Define type of <code>'soft'</code> or <code>'hard'</code> or <code>'hard'</code> will be used by default.</td></tr><tr><td align="center"></td><td align="center"></td><td align="center"></td></tr></tbody></table>
