have some troubles in my plugin
im trying to set
everything works only if deselect and select weapon again, else GUI bullets count doesnot update.Code:currentWeapon.primaryMagazine.contents = 0;
How i must update information about bullets count of weapon?
Solved Updating GUI info trouble
Discussion in 'Rust Development' started by YellowSpirit, Aug 2, 2015.
-
You have to update it through SendNetworkUpdateImmediate.
-
Thnx, its works!