gms_highscore_count

Usage: gms_highscore_count ( list_id )

Description

Returns the number of scores in the highscorelist.

Example

//Shows the players in the highscorelist '1'
var n;
for(n = 0; n < gms_highscore_count(1); n += 1)
{
show_message(gms_highscore_name(1, i))
}

Replies (0)

Last message on 28 Mar 2024