what errors? can you post them here?
remember that this method (called whenever your program gets hit by a MCI packet) is assuming the existence of:
remember that this method (called whenever your program gets hit by a MCI packet) is assuming the existence of:
- a List of clsPlayers called "Players".
- a method called GetPlyIdx, which given a a PLID (player ID) will return the index of that player in the list Players.
- Players != null
- for each PLID in MCI Packet exists a clsPlayer in Players