Changelog: add MP.PrintRaw

This commit is contained in:
Lion Kortlepel 2021-09-19 01:21:30 +02:00
parent 1ff5107707
commit da78d77e6c
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -7,6 +7,7 @@
- ADDED `MP.GetServerVersion() -> string`: Returns major,minor,patch version
- ADDED `MP.IsPlayerGuest(id) -> boolean`: Whether player with id is a guest
- ADDED `MP.Settings` table providing aliases for 0,1,2,etc. in MP.Set(id,val)
- ADDED `MP.PrintRaw` prints messages without `[TIME DATE] [LUA]` etc.
- ADDED plugin directories to `package.path` and `package.cpath` before `onInit`
- ADDED ability to add `PluginConfig.toml` to your plugin folder to change some settings
- ADDED ability to share a lua state with other plugins via `StateId` setting in `PluginConfig.toml`