:
Destination Time
:
Present Time
:
Last Time Departed
Sign in to follow this  
♠Grim♂ Reaper 1666◙

Grim Reapers Coding Questions

Recommended Posts

yes, they do have RGB values.

Go past the TIME_2828 thread, and the values will be wayyyyyyyyyyyyyyyyyyyyy out here.

Share this post


Link to post
Share on other sites

Can you just post in your first topic. You don't need to keep making topics that simply keep asking for help about a certain code.

Share this post


Link to post
Share on other sites

thx dk

now is there anyone who knows how to add a time machine to the code(i have tried and failed miserably) i am planning to use the bfinjection(as my Haldel and the Hunter as the flying vechile)

Share this post


Link to post
Share on other sites

First find this:

MODE_1223
Then copy this:
if 

   Car.Model(0@) == #BAGGAGE

else_jump @MODE_1372 

04E1: open_trunk_of_car_fully 0@ 

wait 2800 

0407: create_coordinate 1@ 2@ 3@ from_car 0@ offset 0.0 0.0 -0.75 

4@ = Car.Angle(0@)

10@ = Car.Health(0@)

Car.Destroy(0@)

0@ = Car.Create(#BAGGAGE, 1@, 2@, 3@)

Car.SetImmunities(0@, 0, 0, 0, 1, 1)

053F: set_car 0@ tires_vulnerable 0 

Car.Angle(0@) = 4@

Car.Health(0@) = 10@

10@ = Car.Model(0@)

jump @MODE_1824
(in my case is "@MODE_1824") Your code should be like this:
:MODE_1372

if 

   Car.Model(0@) == #BFINJECT

else_jump @MODE_1521 

04E1: open_trunk_of_car_fully 0@ 

wait 2800 

0407: create_coordinate 1@ 2@ 3@ from_car 0@ offset 0.0 0.0 -0.75 

4@ = Car.Angle(0@)

10@ = Car.Health(0@)

Car.Destroy(0@)

0@ = Car.Create(#BFINJECT, 1@, 2@, 3@)

Car.SetImmunities(0@, 0, 0, 0, 1, 1)

053F: set_car 0@ tires_vulnerable 0 

Car.Angle(0@) = 4@

Car.Health(0@) = 10@

10@ = Car.Model(0@)

jump @MODE_1824

I hope this help you.

Edited by leo_dragons

Share this post


Link to post
Share on other sites
i am planning to use the bfinjection(as my Haldel and the Hunter as the flying vechile)

Haldel? I thought that was my creation.

f_HALDELWormhm_ef68d1b.png

Edited by Honest Joe Statler

Share this post


Link to post
Share on other sites

Look at my sig... <_< I put there full information on how to add a time machine.

Share this post


Link to post
Share on other sites

The wheels are glowing...that's awesome. How'd you do it?

Share this post


Link to post
Share on other sites

its the HAL9000 del and I'm sure he changed the texture of the wheels

Share this post


Link to post
Share on other sites
its the HAL9000 del and I'm sure he changed the texture of the wheels

no sh**, their not actually glowing. It's from a High-Def image from the movie 2001: A Space Odyssey.

Edited by Honest Joe Statler

Share this post


Link to post
Share on other sites

This HALDEL project sound cool. Can I help?

Share this post


Link to post
Share on other sites

We'll see. It's just something to fool around with, it's not really a serious project, like KSUX.

Share this post


Link to post
Share on other sites

It does...sux

Share this post


Link to post
Share on other sites
Sign in to follow this