Hi, I would like to ask you for help since I do not remember how to do so that the total distance that the user has running on the server appears, only shows me a distance that when I close LFSLapper is restarted, what I want is for the distance to count the total That the user takes on the server
This is my code
Thanks in advance!
This is my code
<?php
openPrivButton( "distancia3",47,0,15,5,5,-1,32,"^7Distancia total: ^6" . Round(ToNum(GetCurrentPlayerVar( "KM" ) + GetCurrentPlayerVar("TotDistMeter") / 1000 ),1));
?>