fix tp hack
This commit is contained in:
@@ -181,7 +181,6 @@
|
|||||||
let Difference = Behaviour.subtractVector(Behaviour.pos, mp.players.local.position)
|
let Difference = Behaviour.subtractVector(Behaviour.pos, mp.players.local.position)
|
||||||
if (Math.abs(Difference.x) > 30 || Math.abs(Difference.y) > 30) {
|
if (Math.abs(Difference.x) > 30 || Math.abs(Difference.y) > 30) {
|
||||||
if (Behaviour.isWalking()) {
|
if (Behaviour.isWalking()) {
|
||||||
mp.gui.chat.push("tp hack");
|
|
||||||
mp.events.callRemote("CLIENT:CheatDetection", "Flyhack/Teleport")
|
mp.events.callRemote("CLIENT:CheatDetection", "Flyhack/Teleport")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user