FIGS
This commit is contained in:
@@ -33,7 +33,9 @@ class HitText {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var Hits = new HitText();
|
const Hits = new HitText();
|
||||||
|
|
||||||
|
export default Hits;
|
||||||
|
|
||||||
mp.events.add(RageEnums.EventKey.RENDER, () => {
|
mp.events.add(RageEnums.EventKey.RENDER, () => {
|
||||||
Hits.render();
|
Hits.render();
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
import polygons from "../polygons";
|
import polygons from "../polygons";
|
||||||
import { getWantedCount } from "../Gui/wanteds";
|
import { getWantedCount } from "../Gui/wanteds";
|
||||||
import { spawnschutzEnabled } from "../Player/spawnschutz";
|
import { spawnschutzEnabled } from "../Player/spawnschutz";
|
||||||
|
import Hits from "./hitmarker";
|
||||||
|
|
||||||
|
|
||||||
function isTargetInPolygon(pos): boolean {
|
function isTargetInPolygon(pos): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user