Added map improvements, begin tuning sync for turbo and headlights, fix error on disconnect when crash
This commit is contained in:
4
Client/Tuning/sync.js
Normal file
4
Client/Tuning/sync.js
Normal file
@@ -0,0 +1,4 @@
|
||||
mp.events.add('entityStreamIn', (entity) => {
|
||||
mp.gui.chat.push("streamed in:");
|
||||
mp.gui.chat.push(entity.Model);
|
||||
});
|
||||
Reference in New Issue
Block a user