From 27d49cf5cc430208fabda70fc474e4a8f286d1b7 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Thu, 20 Jul 2023 01:15:32 +0300 Subject: [PATCH] Update TODOs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3617960..bf9c431 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Chat - [x] Players online counter - [x] Packets handled (Recursive finding second packet) + - [ ] Client events - [x] Car synchronizations: - [x] State packets - [x] Spawn cars @@ -49,6 +50,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Create custom events - [x] Return from events - [x] Async support + - [ ] Add all events - [x] Plugins support - [ ] KuiToi class - [ ] Client (Player) class @@ -56,7 +58,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Async support - [ ] Load Lua plugins (Original BeamMP compatibility) - [x] MultiLanguage (i18n support) - - [x] Core + - [ ] Core - [x] Console - [x] WebAPI - [ ] HTTP API Server (fastapi)