I have a solidity contract like this:
function Gamer_List()public payable{ for(uint256 i = 0 ; i < members ; i++){ emit event_list(i,player[i]); }