> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/jobs-creator/server/boss/on-player-fired.md).

# On player fired

Triggered when a player has been fired from a job

## Event

```lua
RegisterNetEvent("jobs_creator:boss:employeeFired", function(employeeIdentifier, jobName)

end)
```

### Parameters

| Name                 | Data Type | Description                                     |
| -------------------- | --------- | ----------------------------------------------- |
| `employeeIdentifier` | string    | Player's character identifier                   |
| `jobName`            | string    | The job ID which the player has been fired from |
