push
This commit is contained in:
@@ -120,11 +120,15 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!garbageToCollect.has(currBlip)) return;
|
if (!garbageToCollect.has(currBlip)) return;
|
||||||
|
mp.gui.chat.push("Has Blip.");
|
||||||
|
|
||||||
var colShape = garbageToCollect.get(currBlip);
|
var colShape = garbageToCollect.get(currBlip);
|
||||||
|
|
||||||
if (currBlip && mp.blips.exists(currBlip))
|
if (currBlip && mp.blips.exists(currBlip)) {
|
||||||
|
mp.gui.chat.push("Delete Blip.");
|
||||||
currBlip.destroy();
|
currBlip.destroy();
|
||||||
|
}
|
||||||
|
|
||||||
if (colShape && mp.colshapes.exists(colShape)) {
|
if (colShape && mp.colshapes.exists(colShape)) {
|
||||||
mp.gui.chat.push("Delete Colshape.");
|
mp.gui.chat.push("Delete Colshape.");
|
||||||
colShape.destroy();
|
colShape.destroy();
|
||||||
|
|||||||
Reference in New Issue
Block a user