:
Destination Time
:
Present Time
:
Last Time Departed

88mph

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About 88mph

  • Rank
    Physicist
  1. 88mph

    Eds edits

    And what about this feature? I know it can be so tricky, i try to ask you anyway.... edit: what's that single line of code you can change in order to have peds and other stuff travelling with you? It seems to be really simple changing it, by your words.
  2. 88mph

    Eds edits

    I suggest, for the teleport or time portals, a hyper-space like feature, like a long wormhole of light and flashes that moves around you at high speed for some seconds, until you reach a white light and then you find yourself safely landed in the place you wanted to go. And, i'd like to teleport also other cars and people by pushing them into the wormhole. For example, if i push a car or any object or person that stops in front of me into the wormhole, they will travel with me. At least, these are my requests
  3. ok, nobody wants to answer. Many thanks, guys.
  4. Dunno why it doesn't work. I made only simple changes: :TIME_17634 if $YEAR >= 1975 // integer values else_jump @TIME_17709 Model.Load(#BLDNGST2MESH) Model.Load(#BUILD1) Model.Load(#HDRUGFACTORYINT) Model.Load(#LODLD1) Model.Load(#DOUBLESTREETLGHT1) Model.Load(#TRAFFICLIGHT1) 038B: load_requested_models :TIME_17671 wait 0 if and Model.Available(#BLDNGST2MESH) Model.Available(#BUILD1) Model.Available(#HDRUGFACTORYINT) Model.Available(#LODLD1) Model.Available(#STREETLAMP1) Model.Available(#MTRAFFIC1) else_jump @TIME_17671 jump @TIME_17758 :TIME_17709 Model.Load(#BLDNGST2MESHDAM) Model.Load(#BUILDBLOWN) Model.Load(#HDRUGFACTORYPOL) Model.Load(#LODLDBLOWN) Model.Load(#DOUBLESTREETLGHT1) Model.Load(#TRAFFICLIGHT1) 038B: load_requested_models :TIME_17727 wait 0 if and Model.Available(#BLDNGST2MESHDAM) Model.Available(#BUILDBLOWN) Model.Available(#HDRUGFACTORYPOL) Model.Available(#LODLDBLOWN) Model.Available(#DOUBLESTREETLGHT1) Model.Available(#TRAFFICLIGHT1) else_jump @TIME_17727 :TIME_17758 if $MODE == 0 // integer values else_jump @TIME_17801 wait 500 Car.PutAt(0@, 2000.0, 500.0, 5000.0) :TIME_17801 if $YEAR >= 1975 // integer values else_jump @TIME_17931 03B6: replace_model_at 117.991 -362.461 10.179 radius 80.0 from #BLDNGST2MESHDAM to #BLDNGST2MESH 03B6: replace_model_at -1165.346 85.534 17.783 radius 80.0 from #BUILDBLOWN to #BUILD1 03B6: replace_model_at -1165.346 85.534 17.783 radius 80.0 from #HDRUGFACTORYPOL to #HDRUGFACTORYINT 03B6: replace_model_at -1165.346 85.534 17.783 radius 80.0 from #LODLDBLOWN to #LODLD1 03B6: replace_model_at -1585.6 899.3 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1572.4 899.3 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1572.4 929.3 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1586 869.3 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1586 839.3 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1552.8 869.3 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1534 899 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1523.5 899 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1523.5 924 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1534 924 16.4 radius 80.0 from #DOUBLESTREETLGHT1 to #STREETLAMP1 03B6: replace_model_at -1577.5 850.635 17 radius 80.0 from #MTRAFFIC1 to #TRAFFICLIGHT1 03B6: replace_model_at -1570 864 17 radius 80.0 from #MTRAFFIC1 to #TRAFFICLIGHT1 03B6: replace_model_at -1529 870.5 17 radius 80.0 from #MTRAFFIC1 to #TRAFFICLIGHT1 03B6: replace_model_at -1527 932 17 radius 80.0 from #MTRAFFIC1 to #TRAFFICLIGHT1 03B6: replace_model_at -1536 939 17 radius 80.0 from #MTRAFFIC1 to #TRAFFICLIGHT1 jump @TIME_18035 :TIME_17931 03B6: replace_model_at 117.991 -362.461 10.179 radius 80.0 from #BLDNGST2MESH to #BLDNGST2MESHDAM 03B6: replace_model_at -1165.346 85.534 17.783 radius 80.0 from #BUILD1 to #BUILDBLOWN 03B6: replace_model_at -1165.346 85.534 17.783 radius 80.0 from #HDRUGFACTORYINT to #HDRUGFACTORYPOL 03B6: replace_model_at -1165.346 85.534 17.783 radius 80.0 from #LODLD1 to #LODLDBLOWN 03B6: replace_model_at -1585.6 899.3 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1572.4 899.3 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1572.4 929.3 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1586 869.3 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1586 839.3 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1552.8 869.3 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1534 899 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1523.5 899 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1523.5 924 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1534 924 16.4 radius 80.0 from #STREETLAMP1 to #DOUBLESTREETLGHT1 03B6: replace_model_at -1577.5 850.635 17 radius 80.0 from #TRAFFICLIGHT1 to #MTRAFFIC1 03B6: replace_model_at -1570 864 17 radius 80.0 from #TRAFFICLIGHT1 to #MTRAFFIC1 03B6: replace_model_at -1529 870.5 17 radius 80.0 from #TRAFFICLIGHT1 to #MTRAFFIC1 03B6: replace_model_at -1527 932 17 radius 80.0 from #TRAFFICLIGHT1 to #MTRAFFIC1 03B6: replace_model_at -1536 939 17 radius 80.0 from #TRAFFICLIGHT1 to #MTRAFFIC1 EDIT: yeah, i added "define object" etc. at the beginning of the file, obvious.