add error messages to some lua events

This commit is contained in:
20dka
2022-09-14 12:36:54 +02:00
parent 44b94c9e58
commit a84d042a8a
3 changed files with 45 additions and 23 deletions

View File

@@ -7,6 +7,7 @@
- ADDED FS.ListFiles and FS.ListDirectories
- ADDED onFileChanged event, triggered when a server plugin file changes
- ADDED MP.GetPositionRaw(), which can be used to retrieve the latest position packet per player, per vehicle
- ADDED error messages to some lua functions
- FIXED `ip` in MP.GetIdentifiers
- FIXED issue with client->server events which contain ':'
- FIXED a fatal exception on LuaEngine startup if Resources/Server is a symlink