Is there a method to list the data I saved with setuserstoredvalue?
What I want to do is to record the distance of the players and then list them and show the player with the highest distance
$value = ""; #NameOfStoredValue $flagdesc = "";DESC (descending order ) or ASC (ascending order) $flagNear = "FALSE"; #TRUE or FALSE $StartPos = 1;
$toplist = getlisttopuser($value,$flagdesc,$flagNear,$StartPos); #Get List from stored database
#Possible variables #$toplist["ListCount"] = Number of records saved for requested storedvalue #$toplist[$pos,"UserName"] #$toplist[$pos,"NickName"] #$toplist[$pos,"Value"]