19.08.2014, 14:29
Hi,
What parameter and value in network status of player mean that player harm server?
What parameter and value in network status of player mean that player harm server?
Код:
NetStats_GetConnectedTime: Get the time that a player has been connected for. NetStats_MessagesReceived: Get the number of network messages the server has received from the player. NetStats_BytesReceived: Get the amount of information (in bytes) that the server has received from the player. NetStats_MessagesSent: Get the number of network messages the server has sent to the player. NetStats_BytesSent: Get the amount of information (in bytes) that the server has sent to the player. NetStats_MessagesRecvPerSecond: Get the number of network messages the server has received from the player in the last second. NetStats_PacketLossPercent: Get a player's packet loss percent. NetStats_ConnectionStatus: Get a player's connection status. NetStats_GetIpPort: Get a player's IP and port.