ESX

This addition is only needed on 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:

    Core.SavePlayer(self)
  • Should look something like this:

Last updated