afk hits mit wanteds
This commit is contained in:
@@ -31,8 +31,8 @@ export default function weapondamageUtil(globalData: IGlobalData) {
|
||||
if ((isTargetInPolygon(sourceEntity.position) || isInAnyNoDMPolygon) && getWantedCount() === 0) {
|
||||
return true;
|
||||
}
|
||||
if (globalData.IsAfk == true) {
|
||||
mp.gui.chat.push("afkhit");
|
||||
|
||||
if (globalData.IsAfk == true && getWantedCount() === 0) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user