AFK Range 1.5
This commit is contained in:
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user