Files
esx_core-esx-framework/[core]
DingYUU 0a84ce29d8 Fix onPlayerDropped to pass in cb
When third-party scripts use
```lua
debugPrint('[LOGOUT] Awaiting Player to be unloaded [/]')
TriggerEvent('esx:playerLogout', source, function()
	cb()
	debugPrint('[LOGOUT] Player unloaded.')
end)
```
the issue of not passing in functions
2025-08-07 13:11:47 +08:00
..