macbig timer auf 7,5s erhöht
This commit is contained in:
@@ -24,7 +24,7 @@ export default function bigmap() {
|
|||||||
mp.game.ui.setRadarZoom(0.0);
|
mp.game.ui.setRadarZoom(0.0);
|
||||||
bigmap.enabled = false;
|
bigmap.enabled = false;
|
||||||
bigmap.timer = null;
|
bigmap.timer = null;
|
||||||
}, 5000);
|
}, 7500);
|
||||||
} else {
|
} else {
|
||||||
mp.game.ui.setRadarBigmapEnabled(false, false);
|
mp.game.ui.setRadarBigmapEnabled(false, false);
|
||||||
mp.game.ui.setRadarZoom(0.0);
|
mp.game.ui.setRadarZoom(0.0);
|
||||||
|
|||||||
Reference in New Issue
Block a user