Update TODOs

This commit is contained in:
Maxim Khomutov 2023-07-23 04:29:52 +03:00
parent ecb9886882
commit 2368fec501

View File

@ -19,7 +19,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [x] Chat - [x] Chat
- [x] Players online counter - [x] Players online counter
- [x] Packets handled (Recursive finding second packet) - [x] Packets handled (Recursive finding second packet)
- [x] Client events - [ ] Client events
- [x] Car synchronizations: - [x] Car synchronizations:
- [x] State packets - [x] State packets
- [x] Spawn cars - [x] Spawn cars
@ -51,16 +51,12 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [x] Return from events - [x] Return from events
- [x] Async support - [x] Async support
- [ ] Add all events - [ ] Add all events
- [x] Plugins support - [x] Plugins supports
- [ ] Python part: - [x] Python part:
- [x] Load Python plugins - [x] Load Python plugins
- [x] Async support - [x] Async support
- [x] KuiToi class - [x] KuiToi class
- [x] Client (Player) class - [x] Client (Player) class
- [ ] JavaScript part:
- [ ] Load JavaScript plugins
- [ ] KuiToi class
- [ ] Client (Player) class
- [x] Lua part: (Original BeamMP compatibility) - [x] Lua part: (Original BeamMP compatibility)
- [x] Load Lua plugins - [x] Load Lua plugins
- [x] MP Class - [x] MP Class