Add events onCarSpawn, onCarEdited

This commit is contained in:
2023-07-19 22:59:30 +03:00
parent f6ff018b03
commit a5a7a5dfc9
2 changed files with 41 additions and 22 deletions
@@ -27,12 +27,16 @@ class EventsSystem:
"onPlayerAuthenticated": [], # Only sync
"onPlayerJoin": [],
"onChatReceive": [],
"onCarSpawn": [],
"onCarEdited": [],
"onServerStopped": [],
}
self.__async_events = {
"onServerStarted": [],
"onPlayerJoin": [],
"onChatReceive": [],
"onCarSpawn": [],
"onCarEdited": [],
"onServerStopped": []
}