Jump to content

client.health doesn't work


aspirio

Recommended Posts

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 :D

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...