SA-MP Forums Archive
Protocol? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Protocol? (/showthread.php?tid=423430)



Protocol? - SoFlawLess_ - 17.03.2013

Why can't their be a wiki on the actual SAMP server-client protocol?
With packet information & such.

I'm really interested in developing my own server in a different language other then pawn.


Re: Protocol? - SuperViper - 18.03.2013

Hackers.


Re: Protocol? - Gamer_Z - 18.03.2013

Quote:
Originally Posted by SoFlawLess_
View Post
Why can't their be a wiki on the actual SAMP server-client protocol?
With packet information & such.

I'm really interested in developing my own server in a different language other then pawn.
You can write plugins, and if you want to create your own server/client application there's always MTA which you can fork.


Respuesta: Protocol? - Jupit3r - 18.03.2013

Giving access to the internal protocol could cause damage to other players, anyway there's some information about the query protocol which is very easy and can be done without reading the wiki just with some debug.

Anyway SA-MP uses a raknet protocol + Kyeman private encrypt system.


Re: Protocol? - MP2 - 18.03.2013

There's this: https://sampwiki.blast.hk/wiki/Query_Mechanism

I don't think that's what you're after though.