List of commands

Each command has its explanation on the right side, if any command does not work, you can check if you used its syntax correctly, you can later claim it in a ticket.

Command
Description

/set_head_blend [shapeFirst] [shapeSecond] [skinFirst] [skinSecond] [thirdBlend] [fourthBlend] [fifthBlend] [sixthBlend]

Set the head blend data of the player.

/save-images

The new clothing photography engine starts.

/test_cam_saver [component] [componentId]

Test the camera saver.

/create_shop

Create clothing stores, barbershops, tattoo parlors, or surgeons in-game.

/delete_shop

Delete a shop (this must be created in-game, not in config)

/appearance

It will open the customization menu (administrative)

/reloadskin

It will refresh your player skin.

/clearstuckprops

Will fix if a prop breaks on your player (situational)

/migrateskins

Migration command for qb-clothing, esx_skin, fivem-appearance


How to execute commands using code

This step is very simple, you can use ExecuteCommand('command') anywhere in your code, but for this you should read the ExecuteCommand usage guide at the following link.

How to execute commands

Last updated