BusDriver: Fix tp hack

This commit is contained in:
hydrant
2021-04-24 02:43:14 +02:00
parent d3575c6c5c
commit bc2975b490
4 changed files with 14 additions and 21 deletions

View File

@@ -49,9 +49,9 @@
}, 500);
})
setInterval(() => {
mp.events.call("client:checkInvincible")
}, 30000);
//setInterval(() => {
// mp.events.call("client:checkInvincible")
//}, 30000);
mp.events.add('SERVER:AntiCheat:weaponSwap', () => {
Behaviour.resetWeapon()