:
Destination Time
:
Present Time
:
Last Time Departed

Driver

Advanced Members
  • Content Count

    22
  • Joined

  • Last visited

Posts posted by Driver


  1. I feel sorry that you want to defend your lie. You're being liberals; you want to believe in lies! I just want for ALL of you to go to heaven, with me. Dragon King (and Queen, hopefully) are Christian, by what I've read. I hope to see them, and their children in the heaven, along with you! I will NEVER give into the liberals/atheists/evolutionists; I am a son of God, literally speaking.

    Wow, this is the first time I started a chain reaction!

    i'm Christian O.o

    Oh, I see then. Not that I totally disbelief him, but I believe in the entity.

    disbelief is supposed to be spelled disbelieve :P


  2. you have an if and statement. What it says is:

    "If you're not in a train and you're in a delorean and dmc-13 at the same time and as long as you're not doing a ride mission, you get free fuel." Bad logic. Always false.

    However, you got lucky, because it redirects you to the train's special condition which adds fuel for you, since the original was checking to make sure you were not in the train.

    either way i win :)


  3. sure it works? You're saying if you're driving the BTTF1 Delorean AND the BTTF2 Delorean AND blah blah blah, then you get free fuel.

    not quite basicly it says if your driving the bttf1,bttf2,etc. it shows the empty message but what ever tm that is not listed you get free fuel on


  4. works fine for me i changed it a bit

    :TIME_19756
    
    $SET_TIME = 0 // integer values 
    
    $INST_TRAVEL = 0 // integer values 
    
    043C: set_game_sounds_disable_on_fade 1 
    
    if and
    
       not Car.Model(0@) == #BUS
    
       not Car.Model(0@) == #MAVERICK
    
    	Car.Model(0@) == #DELUXO
    
    	Car.Model(0@) == #BANSHEE
    
    	Car.Model(0@) == #BAGGAGE 
    
    	Car.Model(0@) == #SPARROW 
    
    	Car.Model(0@) == #INFERNUS
    
    	Car.Model(0@) == #PHEONIX 
    
    	Car.Model(0@) == #VCNMAV
    
    jf @TIME_19844 
    
    if 
    
      $RIDE_MISSION == 0 // integer values 
    
    jf @TIME_19844 
    
    15@ += 10000000 // integer values 
    
    jump @TIME_19844

    thus fixing my problem and making my special TM only the one with awesome power :P


  5. lol, minime, that code tells you that if you're not in the train and you're doing the ride mission, then you get refueled.

    haha p0wned

    :TIME_19756
    
    $SET_TIME = 0 // integer values 
    
    $INST_TRAVEL = 0 // integer values 
    
    043C: set_game_sounds_disable_on_fade 1 
    
    if and
    
       not Car.Model(0@) == #BUS
    
       not Car.Model(0@) == #MAVERICK
    
    jf @TIME_19844 
    
    if 
    
      $RIDE_MISSION == 0 // integer values 
    
    jf @TIME_19844 
    
    15@ += 10000000 // integer values 
    
    jump @TIME_19844

    i fixed it :P


  6. simple, you can't. The number where 6 is represents which one of your controls is to be pressed, like if it is gas, handbrake, horn, etc.

    well that sucks ..... and finaly my last question.....how do i make my custom TM never have to be refueled?