blips verbuggt

This commit is contained in:
hydrant
2021-04-19 21:22:10 +02:00
parent e30f1bb7f3
commit 3e547afa23

View File

@@ -34,8 +34,8 @@
}
let color = player.getVariable("blipColor");
if (color === -1) {
pBlip.setAlpha(0);
if (color == -1) {
//pBlip.setAlpha(0);
} else {
pBlip.setAlpha(200);