Using PlayerList https://github.com/citizenfx/fivem/blob/65aecbd731f23e983ee917da7a99046eae102c72/code/client/clrcore/PlayerList.cs

foreach(var player in new PlayerList()) {
    // Do something with Player object
}