Removed model from chat when entering tuning area
This commit is contained in:
@@ -88,8 +88,6 @@ mp.events.add('showTuningInfo', () => {
|
|||||||
mp.game.ui.addTextComponentSubstringPlayerName('Drücke ~INPUT_CONTEXT~, um dein Fahrzeug zu modifizieren');
|
mp.game.ui.addTextComponentSubstringPlayerName('Drücke ~INPUT_CONTEXT~, um dein Fahrzeug zu modifizieren');
|
||||||
mp.game.ui.displayHelpTextFromStringLabel(0, true, true, -1);
|
mp.game.ui.displayHelpTextFromStringLabel(0, true, true, -1);
|
||||||
|
|
||||||
mp.gui.chat.push("Model: " + mp.players.local.vehicle.model);
|
|
||||||
|
|
||||||
mp.keys.bind(0x45, false, keyPressHandler);
|
mp.keys.bind(0x45, false, keyPressHandler);
|
||||||
keyBound = true;
|
keyBound = true;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user