[+] onPlayerReady

[+] ResetCar
This commit is contained in:
2024-07-25 05:07:35 +03:00
parent ff58e2a994
commit 51867d526d
4 changed files with 11 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ class EventsSystem:
"onPlayerSentKey": [], # Only sync, no handler
"onPlayerAuthenticated": [], # (!) Only sync, With handler
"onPlayerJoin": [], # (!) With handler
"onPlayerReady": [], # No handler
"onChatReceive": [], # (!) With handler
"onCarSpawn": [], # (!) With handler
"onCarDelete": [], # (!) With handler (admin allow)
@@ -41,6 +42,7 @@ class EventsSystem:
self.__async_events = {
"onServerStarted": [],
"onPlayerJoin": [],
"onPlayerReady": [],
"onChatReceive": [],
"onCarSpawn": [],
"onCarDelete": [],