[Tool] Query open.mp servers in Rust - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Releases (https://forum.open.mp/forumdisplay.php?fid=13) --- Thread: [Tool] Query open.mp servers in Rust (/showthread.php?tid=2495) |
Query open.mp servers in Rust - Carlos - 2023-11-29 openmultiplayer-query Implements the needed builders and parsers for SA:MP's/Open Multiplayer's Query Mechanism, allowing a developer to retrieve data from a running server. You cannot send RCON packets yet. Examples You can check Code: tests/packet.rs Code: use openmultiplayer_query::{Packet, Opcodes}; |