Hey guys I have a question. I am making a main gui that displays your hit points and armor and your ammo max. The health part works and the armor part works but im having trouble with it keeping up with clientr.pistol.ammo.
heres what I have:
PHP Code:
showtext( 203, 15, 13, "Comic Sans MS", "b", (clientr.pistol.ammo ) @ "/" @ ( 0 + clientr.pistol.ammo.max ) );
It shows the ammo right, but if i fire the weapon ammo and it adds 100 clip to clientr.pistol.ammo, it doesnt update the new ammo status. say I had 500 ammo before I fired the ammo and added 100 ammo. I would have 600ammo but it would still show 500ammo. Someone help [;