mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-03 10:17:25 +00:00
tried
This commit is contained in:
@@ -565,7 +565,7 @@ emptyClipShoot()
|
||||
|
||||
cur = self GetCurrentWeapon();
|
||||
|
||||
if (IsWeaponClipOnly(cur) || !self GetWeaponAmmoStock(cur) || self IsUsingRemote())
|
||||
if (cur == "none" || IsWeaponClipOnly(cur) || !self GetWeaponAmmoStock(cur) || self IsUsingRemote())
|
||||
continue;
|
||||
|
||||
self thread pressFire();
|
||||
@@ -1014,7 +1014,7 @@ doNoneSwitch()
|
||||
self.bot.switch_to_after_none = undefined;
|
||||
}
|
||||
|
||||
self setSpawnWeapon(weap);
|
||||
self SetSpawnWeapon(weap);
|
||||
}
|
||||
|
||||
doSwitch(newWeapon)
|
||||
|
Reference in New Issue
Block a user