how do i make a player list with the names
Replies (1)
Last message on 16 Jul 2021
Size43
(Administrator)
on
16 Jul 2021, 22:15:57
Apologies for the delay. You can use
gms_other_count and
gms_other_find. The documentation page of
gms_other_count contains an example that will do a show_message with each player's name. You can replace the show_message with a call to draw_text to make it draw the names on the screen instead.