blips verbuggt
This commit is contained in:
@@ -34,8 +34,8 @@
|
|||||||
}
|
}
|
||||||
let color = player.getVariable("blipColor");
|
let color = player.getVariable("blipColor");
|
||||||
|
|
||||||
if (color === -1) {
|
if (color == -1) {
|
||||||
pBlip.setAlpha(0);
|
//pBlip.setAlpha(0);
|
||||||
} else {
|
} else {
|
||||||
pBlip.setAlpha(200);
|
pBlip.setAlpha(200);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user