aspirio Posted April 26, 2019 Share Posted April 26, 2019 Hi guys, I have a stupid problem, when I create a command that change de Health of the player it doesn't change anything, it just send a chatMessage Do you know why ? public void CMD_hurt(Client client) { client.Health -= 30; client.SendChatMessage("You just got heart"); } Thanks Link to comment Share on other sites More sharing options...
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