12.09.2012, 15:37
How to store a player's ping in a variable?
is there some function by which i can do
or something like that?please tell me.
Thanks.
is there some function by which i can do
pawn Код:
new ping;
GetPlayerPing(playerid, ping, sizeof(ping));
Thanks.