AFK Range 1.5

This commit is contained in:
hydrant
2021-04-24 00:49:52 +02:00
parent fc9ad0a095
commit a1f4ffeee3

View File

@@ -17,7 +17,7 @@
let distance = mp.game.gameplay.getDistanceBetweenCoords(lp.x, lp.y, lp.z, np.x, np.y, np.z, false); let distance = mp.game.gameplay.getDistanceBetweenCoords(lp.x, lp.y, lp.z, np.x, np.y, np.z, false);
if (distance <= 3) { if (distance <= 1.5) {
if (!afkStatus) { if (!afkStatus) {
afkCounter++; afkCounter++;
} }