05.01.2015, 20:33
Hmm. I've never worked with that function, but maybe try something like this?
new ping = GetPlayerPing(playerid);
new packetLoss = NetStats_PacketLossPercent(playerid);
new whatever = ping*packetLoss;
If not, post the actual error code.
new ping = GetPlayerPing(playerid);
new packetLoss = NetStats_PacketLossPercent(playerid);
new whatever = ping*packetLoss;
If not, post the actual error code.