1. have some troubles in my plugin
    im trying to set
    Code:
    currentWeapon.primaryMagazine.contents = 0;
    everything works only if deselect and select weapon again, else GUI bullets count doesnot update.
    How i must update information about bullets count of weapon?
     
  2. You have to update it through SendNetworkUpdateImmediate.
     
  3. Thnx, its works!