25.07.2016, 15:15
Hello Guys,
How should i get a distance in player stats of top headshots distance! here is codes in stats
When I Headshots player from 100 meters there is nothing in /stats top distance headshot: 0.00
everything is under /stats cmd
How should i get a distance in player stats of top headshots distance! here is codes in stats
Код:
new Float:x, Float:y, Float:z, Float:fDistance;
Код:
GetPlayerPos(playerid, x, y, z); fDistance = GetPlayerDistanceFromPoint(playerid, x, y, z);
Код:
Top distance Headshot |{FFFFFF} %0.2f",fDistance
everything is under /stats cmd