> For the complete documentation index, see [llms.txt](https://fivem.lvsoft.com.ar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fivem.lvsoft.com.ar/qb-esx/lvs-clothing/commands.md).

# Commands

You can implement these events for your scripts or integrate them into others

## Set player's ped

<mark style="color:green;">`COMMAND`</mark>&#x20;

```textile
/**
    id (int): Player server id
    model (string): Ped model
*/

/setPlayerModel [id] [model]
```

***
