Jump to content

Kakusas

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Kakusas's Achievements

  1. Kakusas

    C# HELP

    Thank you very much
  2. Kakusas

    C# HELP

    Hi, i'm currently learning C# basics and I got and error in my code: Console.WriteLine("Enter passwordi"); Console.Write(""); string psw = Console.ReadLine(); if (psw == "1234") Console.WriteLine("Password is valid"); Console.ReadLine(); } else { Console.WriteLine(" Your password is not valid "); Console.ReadLine(); } } } The part when I type 1234 as a password works, but if I try to write anything else, nothing happens.
  3. Aproximately when it's going to be released? I'm prepared to donate monthly.
  4. Hello, I would like ask if it's possible to rearrange all the stuff in the game, for example: move the health, mana bars to upper centre, move chat to bottom centre and so on. And where can i do it?
×
×
  • Create New...