tantanpro1612 Posted September 29, 2022 Posted September 29, 2022 Hi, I am looking for a function to get the Hash or Name of current weapon on Clientside c#, it is similar to player.CurrentWeapon on Serverside, anyone have any idea? I'm trying to do it on OnPlayerWeaponShot
Rudolf Cicko Posted December 17, 2022 Posted December 17, 2022 // Get the current player object Player player = Game.Player; // Get the current weapon object Weapon weapon = player.Character.Weapons.Current; // Get the hash code of the weapon int hashCode = weapon.Hash; I hope it helps! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now