05.01.2015, 20:43
Quote:
NetStats_PacketLossPercent(playerid); is a float.
You have to convert to integer or vice-versa. https://sampwiki.blast.hk/wiki/Float https://sampwiki.blast.hk/wiki/Floatround |
pawn Код:
new Float:Ping;
Ping = GetPlayerPing(playerid)*NetStats_PacketLossPercent(playerid);