Jump to content

[SOLVED]What can I handler on client and server?


Gadersd

Recommended Posts

I have noticed that I can decrease the amount of damage that a player takes on the client side. But, increasing a player's jump height only works if running on the server. Why is this and what different things should the client and the server handle? What should be run on both the client and the server?

Link to comment
Share on other sites

I have noticed that I can decrease the amount of damage that a player takes on the client side. But, increasing a player's jump height only works if running on the server. Why is this and what different things should the client and the server handle? What should be run on both the client and the server?

I'm surprised you can decrease the amount of damage that a player takes just on the client side.  Normally the server keeps track of all that kind of information.  Perhaps the "client side" code is actually running on both sides?  You might find that it appears to work for a while, and then your client suddenly loses health when the server resynchronises the health datawatcher.

 

-TGG

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.