gms_highscore_name

Usage: gms_highscore_name ( list_id, n )

Description

Returns the n'th name on the given highscorelist. An empty string ("") will be returned when exceeding server_highscore_count.

Example

//Show the first name on highscorelist '1'
var name;
name = gms_highscore_name(10)//first place
show_message("First place: "+name);

Replies (2)

Last message on 24 Oct 2016

conanphamtuan on 24 Oct 2016, 15:26:22
is that name of player?
Size43 (Administrator) on 24 Oct 2016, 15:33:58
This will return the name of the player, yes.