Ember 8 Posted July 18, 2018 (edited) I set the players weapon and when i call getWeaponAmmo it returns 0.Does anyone know how to get the players weapon ammo? player.giveWeapon(453432689, 100); player.getWeaponAmmo(453432689) // returns 0 Edited July 18, 2018 by Mafiya change Share this post Link to post Share on other sites
Maylo 0 Posted February 2 I encountered the same problem, if there is a solution, please share Share this post Link to post Share on other sites
Flashrex 13 Posted February 2 (edited) Doesn´t tested it but maybe try this: client.GetWeaponAmmo(WeaponHash.Pistol); Edited February 2 by Flashrex Share this post Link to post Share on other sites