Code: Show/Hide case 'X': { Running = false; } break; ... case 'H': { Biller.LockClass(); Biller.PrintHosts(); Biller.UnlockClass(); } break; |
Code: Show/Hide case 'e':
case 'E': case 'q': case 'Q': case 'x': case 'X': { Running = false; } break; |
| Cyan~Fire wrote: |
| ... make sure that the linker is linking to "wsock32.lib". |
| Blake7 wrote: |
| As far as I can tell - yes - the zone shows up on the server list and ppl can enter. the original biller work to score points but I want to use one of the newer versions to avoid the problem with the orignal.
Thanks Blake7 - AKA: Randy |