Thread: Newbie

Results 1 to 17 of 17

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1 Re: Newbie 
    GTX Level Member Confusingboat's Avatar
    Join Date
    Jan 2010
    Location
    Minnesota
    Posts
    1,071
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    How to Nascar:

    Step 1 - Drive around an oval.

    Step 2 - Repeat step 1.

    In C#:

    void Nascar(Car car)
    {
    int lapsRun = 0;
    do
    {
    car.Drive(TrackShape.Oval);
    lapsRun++;
    }
    while (lapsRun < 500);
    }
    Last edited by Confusingboat; 02-12-2011 at 01:21 AM.
    2004 Grand Prix GT2 - SOLD
    2015 Evo MR
    Reply With Quote  
     

  2. #2 Re: Newbie 
    GTP Level Member KeithGTP03's Avatar
    Join Date
    Jan 2011
    Location
    Houston
    Posts
    2,841
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    Quote Originally Posted by Confusingboat View Post
    How to Nascar:


    In C#:

    void Nascar(Car car)
    {
    int laps = 0;
    do
    {
    car.Drive(TrackShape.Oval);
    lapsRun++;
    }
    while (lapsRun < 500);
    }
    Your name is fitting...cuz that confused the chit outta me.

    03 GTP...Its got pulleys and stuff.
    Reply With Quote  
     

Similar Threads

  1. another newbie
    By silverPGP in forum Introductions/Noob Questions
    Replies: 2
    Last Post: 05-02-2010, 10:30 PM
  2. Newbie
    By Brandon Clark in forum Introductions/Noob Questions
    Replies: 4
    Last Post: 04-06-2009, 12:36 PM
  3. Newbie from FL, 99 GTP
    By datafive0 in forum Introductions/Noob Questions
    Replies: 8
    Last Post: 04-05-2009, 07:26 PM
  4. Newbie
    By jaw702 in forum Introductions/Noob Questions
    Replies: 3
    Last Post: 03-22-2009, 12:23 PM
  5. Hey newbie here
    By BCBC in forum Introductions/Noob Questions
    Replies: 8
    Last Post: 01-08-2009, 09:30 PM
Tags for this Thread

View Tag Cloud

Bookmarks
Bookmarks
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •