Advanced Search

Author Topic: Energy Balancer bug  (Read 1399 times)

0 Members and 1 Guest are viewing this topic.

August 06, 2017, 02:53:11 AM
Read 1399 times

Offline Messatsu

  • MM8BDM Extender

  • ....
  • *****
  • Date Registered: November 10, 2010, 04:06:39 PM

    • View Profile
Energy Balancer bug
« on: August 06, 2017, 02:53:11 AM »
Good Day

This:
Code: [Select]
If(CheckInventory(weapons_ammo[ThisWeapon][1]) == GetAmmoCapacity(weapons_ammo[i][1]) || ThisWeapon < 0) Should read:
Code: [Select]
If(CheckInventory(weapons_ammo[ThisWeapon][1]) == GetAmmoCapacity(weapons_ammo[ThisWeapon][1]) || ThisWeapon < 0)
I'm sure I don't need to explain any more.

August 06, 2017, 02:58:29 PM
Reply #1

Offline CutmanMike

  • Administrator

  • Is it hot in here or is it just zscript?
  • *******
  • Date Registered: December 17, 2008, 12:24:34 PM

    • View Profile
    • https://cutstuff.net
Re: Energy Balancer bug
« Reply #1 on: August 06, 2017, 02:58:29 PM »
Added