30-11-2008, 09:26 PM
Try changing:
To:
If the listindex now is the real index for the player this will work. But if its not; you need to take the list text from the line you doubled click on and use:
FindPlayer() to find the index.
Code:
i = frmServer.lstOnline.SelectedTo:
Code:
i = frmServer.lstOnline.ListIndexIf the listindex now is the real index for the player this will work. But if its not; you need to take the list text from the line you doubled click on and use:
FindPlayer() to find the index.

