diff --git a/pages/resources/police/developers.mdx b/pages/resources/police/developers.mdx index 27db4dc..e0d25a8 100644 --- a/pages/resources/police/developers.mdx +++ b/pages/resources/police/developers.mdx @@ -78,7 +78,7 @@ exports.TAM_Police:uncuff() Cuffs a nearby ped. ```lua -exports.TAM_Police:uncuff() +exports.TAM_Police:cuff() ``` #### `unziptie()` @@ -105,4 +105,4 @@ exports.TAM_Police:resetHandsUp(ped) ## Configuring your own integrations -All of the bridge files are located in `bridge` directory. This requires decent knowledge of the lua scripting language and how FiveM works. This is mostly unsupported. \ No newline at end of file +All of the bridge files are located in `bridge` directory. This requires decent knowledge of the lua scripting language and how FiveM works. This is mostly unsupported.