From 2368fec501228b03b003edae4bf7c8569a4a08a5 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Sun, 23 Jul 2023 04:29:52 +0300 Subject: [PATCH] Update TODOs --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c5f7714..c6f59bf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Chat - [x] Players online counter - [x] Packets handled (Recursive finding second packet) - - [x] Client events + - [ ] Client events - [x] Car synchronizations: - [x] State packets - [x] Spawn cars @@ -51,16 +51,12 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Return from events - [x] Async support - [ ] Add all events - - [x] Plugins support - - [ ] Python part: + - [x] Plugins supports + - [x] Python part: - [x] Load Python plugins - [x] Async support - [x] KuiToi class - [x] Client (Player) class - - [ ] JavaScript part: - - [ ] Load JavaScript plugins - - [ ] KuiToi class - - [ ] Client (Player) class - [x] Lua part: (Original BeamMP compatibility) - [x] Load Lua plugins - [x] MP Class