Jump to content

QassamRocketeer

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About QassamRocketeer

  • Rank
    On the Coast
  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;
×