haus system auf core geändert

This commit is contained in:
hydrant
2020-03-29 12:18:17 +02:00
parent 6bd3d4a3d0
commit bcfc2105ea
68 changed files with 1366 additions and 810 deletions

View File

@@ -19,7 +19,7 @@ let eY = sY - 0.1;
let sizeMul = 0.08;
let yMul = 1.8;
export default function playerInteraction(globalData: GlobalData) {
export default function playerInteraction(globalData: IGlobalData) {
var nearbyPlayers = [];
let screenRes = mp.game.graphics.getScreenResolution(0, 0);