Vice City Multiplayer

General Discussion => Support => Topic started by: RookieCookie on August 16, 2014, 11:38:15 am

Title: Server Problem
Post by: RookieCookie 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?
Title: Re: Server Problem
Post by: NE.Restricted 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
Title: Re: Server Problem
Post by: RookieCookie on August 16, 2014, 11:46:02 am
Already did,he still jumps.
Is it just 5000 or 5000.0?
Title: Re: Server Problem
Post by: RookieCookie on August 25, 2014, 05:04:01 pm
Solved,thanks.

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