> For the complete documentation index, see [llms.txt](https://docs.av-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.av-scripts.com/laptop-pack/business/installation/esx.md).

# ESX

* Go to **es\_extended/server/classes/player.lua** search for function **self.setJob** *(line \~454)* and add this code at the end of that function:

  ```lua
  Core.SavePlayer(self)
  ```
* Should look something like this:

  <figure><img src="/files/gaZNyB9jsr1fUwpG1fgR" alt=""><figcaption></figcaption></figure>
