add identifiers (beammp id, ip) as an argument to onPlayerAuth

This commit is contained in:
Lion Kortlepel
2022-10-03 15:31:32 +02:00
parent cb0cb30797
commit 5d3dff3c88
4 changed files with 14 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
- ADDED error messages to some lua functions
- ADDED HOME and END button working in console
- ADDED `MP.TriggerClientEventJson()` which takes a table as the data argument and sends it as JSON
- ADDED identifiers (beammp id, ip) to onPlayerAuth (4th argument)
- FIXED `ip` in MP.GetPlayerIdentifiers
- FIXED issue with client->server events which contain `:`
- FIXED a fatal exception on LuaEngine startup if Resources/Server is a symlink