Files
esx_core-esx-framework/[core]
Mr Sneaky c2d7898e1f feat(es_extended): dd isNew state to Player stateBag on playerLoaded
Stores the isNew flag in the player's stateBag on server. 
On the client, you can get it like this:
```
 print(Player(source).state.isNew)
```

- [x]  My commit messages and PR title follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard.
- [x]  My changes have been tested locally and function as expected.
- [x]  My PR does not introduce any breaking changes.
- [x]  I have provided a clear explanation of what my PR does, including the reasoning behind the changes and any relevant context.
2025-08-22 16:30:50 +02:00
..