Multiple Game Problems

Problem #1: The only server i can join is BC construction server, and the skins wont show up for anything.
Problem #2: Every time i try to join My server it says "Your Client claims its connected to IP:69.134.229.154:5000 but the server doesnt consider this responsible" and ive already tried the code "$Host::BindAddress = "69.134.229.154:5000";" and it still doesnt work.

If anyone can help me please post it on here.

Comments

  • Don't put the port in the bind address. Futher, the $Host part only applies if you're hosting, and it's used if you have multiple addresses on your computer through which clients can connect.

    In short, $Host::BindAddress is the wrong variable for your problem.
  • edited February 2009
    umm but i am hosting the server

    and it wont work anyways
  • Problem #2: Every time i try to join My server
    umm but i am hosting the server

    I sense contradiction. Figure out what you're trying to do first.
  • ok what im trying to do it make it where i can host my server, have skins to see it, and let other people on it as well =). but i have to type $Host::BindAddress = "69.134.229.154"; in the dedicated window every time so I can get in =\
Sign In or Register to comment.