Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MtaServerQuery

Librería .NET para consultar datos de servidores Multi Theft Auto (MTA) usando UDP.

Instalación

dotnet add package MtaServerQuery

Uso rápido

using MtaServerQuery.Client;

var service = new MtaServerService();

var players = await service.GetPlayersAsync("127.0.0.1", 22003);
var isConnected = await service.IsConnectedAsync("Jugador", "127.0.0.1", 22003);

Funcionalidades

  • Obtener lista de jugadores conectados.
  • Consultar ping y score por jugador.
  • Verificar si un jugador específico está conectado.

About

Librería .NET para consultar servidores de Multi Theft Auto (MTA) vía UDP. Permite obtener jugadores, ping, score y verificar conexiones en tiempo real de manera simple y asincrónica.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages