From b1162af681a13983f3ac664cddcaf8ee3af3532c Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Sat, 22 Jul 2023 02:53:28 +0300 Subject: [PATCH] Update TODOs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec13f66..ba95304 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) - - [ ] Client events + - [x] Client events - [x] Car synchronizations: - [x] State packets - [x] Spawn cars @@ -63,7 +63,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [ ] Client (Player) class - [x] Lua part: (Original BeamMP compatibility) - [x] Load Lua plugins - - [x] MP Class (Excluding CreateEventTimer, CreateEventTimer) + - [x] MP Class (Excluding CreateTimer, CreateEventTimer, CreateEventTimer) - [x] Util class - [x] FS class - [x] MultiLanguage (i18n support)