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);
|
||||
});
|
||||
3
Client/dlcpacks/map_improvement/dlc.rpf
Normal file
3
Client/dlcpacks/map_improvement/dlc.rpf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4583d08eb98355d8640aac132b305e16504c9886fbd319aa44f10c3b7b099987
|
||||
size 13824
|
||||
@@ -34,5 +34,6 @@ require('./Save/main.js');
|
||||
require('./Speedometer/index.js');
|
||||
|
||||
require('./Tuning/main.js');
|
||||
require('./Tuning/sync.js');
|
||||
|
||||
require('./Business/main.js');
|
||||
|
||||
Reference in New Issue
Block a user