Fix Pilot-Job, Fix GangWar

This commit is contained in:
VegaZ
2021-04-02 16:34:03 +02:00
parent 04e4e9dc86
commit 2cb74a3da9
3 changed files with 28 additions and 30 deletions

View File

@@ -265,7 +265,7 @@
mp.game.invoke(Natives.SET_BLIP_FLASHES, self.blip, false);
//self.blip.destroy();
self.setColor(self.owner);
self.blip.setColour(self.color);
//self.blip.setColour(self.color);
mp.game.invoke(Natives.SET_BLIP_COLOUR, self.blip, self.color);
self.setLeaderColShape();
return;