change tuning prices
This commit is contained in:
@@ -42,10 +42,10 @@ export default function playerBlips() {
|
||||
|
||||
mp.events.addDataHandler("blipColor", (entity, value) => {
|
||||
if (entity.type === "player") {
|
||||
mp.gui.chat.push("Setting Blip color...");
|
||||
//mp.gui.chat.push("Setting Blip color...");
|
||||
let color = parseInt(value);
|
||||
entity.setBlipColor(isNaN(color) ? 0 : color);
|
||||
mp.gui.chat.push("Player blip color was set.");
|
||||
// mp.gui.chat.push("Player blip color was set.");
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user