aspirio 0 Posted April 26 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 Share this post Link to post Share on other sites