Jump to content

Recommended Posts

Posted

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?

Posted

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

 

Posted

I come across another problem. Whenever I set one of my events to server only, the code doesn't run. When I set it back to both client and server, it runs. Why does everything have to go wrong? :'(

Posted

I just tested it and it runs fine on a dedicated server, but not on single player. Shouldn't server code run on single player since there is a local server?

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.