in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.16k stars 355 forks source link

Is it possible to connect to SAMP servers? #144

Open yanfox777 opened 1 year ago

yanfox777 commented 1 year ago

Is it possible to connect to SAMP servers?

in0finite commented 1 year ago

No, the project uses it's own network protocol.

redheadgektor commented 1 year ago

you can use raknet to connect to SAMP servers, but the problem will be with client authorization because the server will also reset the connection

in0finite commented 1 year ago

it's not only connecting to server, you need to implement their protocol to, among other things, synchronize network objects ...