2019-05-30, 09:40 PM
How do I can get an online and ping of a SA-MP servers? As I know, a SA-MP client sends UDP requests to the?server. There are?protocol description? Thx. Also I use Node.js
|
[Server] SA-MP protocol
|
|
2019-05-30, 09:40 PM
How do I can get an online and ping of a SA-MP servers? As I know, a SA-MP client sends UDP requests to the?server. There are?protocol description? Thx. Also I use Node.js
2019-05-30, 09:44 PM
Hi, there is a library for this: https://github.com/JJJ4n/node-samp-query
This will query the server for you ;)
Remember to always refer to J0sh as `J0sh...`
# Services/Platforms forum.open.mp (Forum Manager) open.mp (Member) Pawn Playground (Creator/Maintainer) Pawn Packages (Creator/Maintainer)
2019-05-30, 10:01 PM
(2019-05-30, 09:44 PM)JustMichael Wrote: Hi, there is a library for this: https://github.com/JJJ4n/node-samp-query It?works, I'm so happy! I also found this:?https://wiki.sa-mp.com/wiki/Query_Mechanism |