mplay_player_find()

No arguments

 

Example

mplay_player_find();

 

This functions is like the mplay_session_find(), but this instead just searches for players (that are already in the session, so, this function only works when you’re already joined somewhere)and not for available sessions. Also it will return the number of players found, where 0 is you. After calling this functions you will be able to call mplay_player_name() and mplay_player_id().

 

gml_josea Revision #1