try something

This commit is contained in:
michael.reiswich
2021-03-30 22:42:39 +02:00
parent a8e41c2808
commit b267c820ea
3 changed files with 13 additions and 3 deletions

View File

@@ -261,9 +261,9 @@
self.attacker = null;
//self.blip.setFlashes(false);
mp.game.invoke(Natives.SET_BLIP_FLASHES, self.blip, false);
//self.setColor(self.owner)
//self.blip.setColour(self.color)
self.blip.destroy();
self.setColor(self.owner);
self.blip.setColour(self.color);
mp.game.invoke(Natives.SET_BLIP_COLOUR, self.blip, self.color);
self.setLeaderColShape();
return;