Quote:
Originally Posted by MrStead
I also would say about MoveObject. Looking through the samp public code I found that MoveObject is server implementation, not client. I think it is bad over server loading, and need to make object moving on client side.
|
MoveObject isn't server-sided. The position is interpolated, but it's not sent to the client. The visual interpolation is done by the game only.