blips verbuggt
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user