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, () => {
|
||||
Hits.render();
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
import polygons from "../polygons";
|
||||
import { getWantedCount } from "../Gui/wanteds";
|
||||
import { spawnschutzEnabled } from "../Player/spawnschutz";
|
||||
import Hits from "./hitmarker";
|
||||
|
||||
|
||||
function isTargetInPolygon(pos): boolean {
|
||||
|
||||
Reference in New Issue
Block a user