Jump to content

QassamRocketeer

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by QassamRocketeer

  1. QassamRocketeer

    having a problem trying to get a random int..

    Using just this without int.Parse should work. It already returns an integer. int cashrd = Math.RandomIntInclusive( 8, 348 ); This isn't valid code: int cashrnd = random 348;
×