Quote:
Originally Posted by i8bit
That actually really helps. Thank you. But here's a scenario
Let's say the player does this:
PHP Code:
//#CLIENTSIDE
//whatever function
player.x += 2;
Obviously you are going to see it because it is on your client. But why can other players see it because it's not serverside?
|
cause player.x/y is one of the many variables that is synced back to the server.