From 6dedf518e2e1f73c66a336b1a5febb649f6307f5 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Mon, 17 Jul 2023 21:22:58 +0300 Subject: [PATCH] Update TODOs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 64e398f..5d656e9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Private access (Without key, Direct connect) - [x] Public access (With key, listing in Launcher) - [X] Player authentication - - [ ] TCP Server part: + - [x] TCP Server part: - [x] Handle code - [x] Understanding BeamMP header - [x] Upload mods @@ -19,13 +19,13 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Chat - [x] Players online counter - [x] Packets handled (Recursive finding second packet) - - [ ] Car synchronizations: + - [x] Car synchronizations: - [x] State packets - [x] Spawn cars - [x] Delete cars - - [ ] Edit cars - - [ ] Reset cars - - [ ] "ABG:" (compressed data) + - [x] Edit cars + - [x] Reset cars + - [x] "ABG:" (compressed data) - [x] Decompress data - [ ] Compress data - [ ] UDP Server part: