15.09.2016, 05:42
What are they? I want to make a packetloss command can anyone show me any example using ZCMD?
CMD:packetloss(playerid) {
new szString[144];
format(szString, sizeof(szString), "Packets lost: %.2f percent.", NetStats_PacketLossPercent(playerid));
SendClientMessage(playerid, -1, szString);
return 1;
}