while (!gameDetails.serverLoaded)
{
BuildItAddon.BuildItAddon.ShowMessage("Can't join! the server is still loading! trying again!");
Thread.Sleep(3000);
}
while I have this lines in my code the game won't work. why ?
↧