Move Object and reconnect (0.3.DL?)
#1

Hello,
i found a bug. Create object. Move it (long way). Disconnect from server, connect to the same server and port to the object. And you see object in the actual pos but not moving. (testing on 0.3.DL, I use natives: CreateObject and MoveObject). GetObjectPos return correct position, but object in client not show in this return position.
Reply
#2

I am not sure, but I believe using Incognito streamer solves this problem. (But it doesn't mean it shouldn't be addressed by the developers)
Reply
#3

It's not a bug, the move instruction is sent to the clients only at the moment, when the movement begins. The movement itself is done client-side, not server-side. You can divide the long distance into multiple shorter ones to make server-sided synchronized movement.

Or use the streamer plugin, if it helps. Oh wait, you stated recently, that whoever uses plugins, their scipts are no longer their work. No plugins then.
Reply
#4

To fix this problem, use MoveObject again when the player connects to the server. I think SA-MP could fix this bug in the next version.

Quote:

You can divide the long distance into multiple shorter ones to make server-sided synchronized movement.

It's a bad solution. When player connect to server the object doesn't move. When send MoveObject object start from bad (old) position.


Why use a foreign streamer plugin? I created my own streamer plugin over which I have 100% control and not crash my server.
Reply
#5

Quote:
Originally Posted by ATomas
View Post
To fix this problem, use MoveObject again when the player connects to the server. I think SA-MP could fix this bug in the next version.


It's a bad solution. When player connect to server the object doesn't move. When send MoveObject object start from bad (old) position.


Why use a foreign streamer plugin? I created my own streamer plugin over which I have 100% control and not crash my server.
First of all, its not bad solution. Its not perfect but it is the best one you will get with available functions in samp.

Second, why not use streamer plugin? Its stable, its fast and its awesome. I dont think there is a server that doesnt use streamer plugin by incognito.
Reply
#6

Quote:

First of all, its not bad solution. Its not perfect but it is the best one you will get with available functions in samp.

using MoveObject again when the player connects to the server have perfect synchronization.
Reply
#7

The server also calculates the movement in order to (somewhat) accurately call OnObjectMoved. When a player joins, you can loop through all objects, see if they are moving, and inform the player of the movement with the proper RPC. I suppose you'd have to use YSF for most of this though.
Reply
#8

Quote:
Originally Posted by BloodMaster
View Post
I am not sure, but I believe using Incognito streamer solves this problem. (But it doesn't mean it shouldn't my ip birthday wishes tneb be addressed by the developers)
I use natives: CreateObject and MoveObject). GetObjectPos return correct position, but object in client not show in this return position.
Reply
#9

Quote:
Originally Posted by zinadoll
View Post
I use natives: CreateObject and MoveObject). GetObjectPos return correct omegle position, but object in client not show walmart one in this return position.
The movement itself is done client-side, not server-side.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)