Author Topic: Server Problem  (Read 2951 times)

0 Members and 1 Guest are viewing this topic.

Offline RookieCookie

  • Street Thug
  • *
  • Posts: 24
    • View Profile
Server Problem
« on: August 16, 2014, 11:38:15 am »
When I try spawn in my own server,the player jumps by itself until it enters the sea,and dies.
I tried changing spawn locations as a solution, but the player will still jump into the ocean.
Any solutions?

Offline NE.Restricted

  • Wiseguy
  • **
  • Posts: 97
    • View Profile
Re: Server Problem
« Reply #1 on: August 16, 2014, 11:45:32 am »
When I try spawn in my own server,the player jumps by itself until it enters the sea,and dies.
I tried changing spawn locations as a solution, but the player will still jump into the ocean.
Any solutions?
Change the world boundaries to:
5000, -5000, 5000, -5000
then he will not jumped
I am NE.CrystalBlue!!!
Quote
i cant able to understand

Offline RookieCookie

  • Street Thug
  • *
  • Posts: 24
    • View Profile
Re: Server Problem
« Reply #2 on: August 16, 2014, 11:46:02 am »
Already did,he still jumps.
Is it just 5000 or 5000.0?

Offline RookieCookie

  • Street Thug
  • *
  • Posts: 24
    • View Profile
Re: Server Problem
« Reply #3 on: August 25, 2014, 05:04:01 pm »
Solved,thanks.

[pawn]SetWorldBounds(5000,-5000,5000,-5000);[/pawn]