Author Topic: FX vehicle  (Read 1425 times)

I was on someone's server and i saw a rainbow FX vehicle. Dont tell me i know how to do it with events, but it looks not that good. Im pretty sure you can do it with the console somehow, to make it look like a brick with the spraycan FX, can someone tell me?


Were they able to drive it around like a vehicle?


Are you sure it was the rainbow FX? It could of been a relay to change the vehicle spawn colors over and over.
For example:

Set your vehicle spawn so that it changes color.
make these events on it:

0 OnActivate > Self > FireRelay
0 OnRelay > Self > SetColor
100 OnRelay > Self > SetColor
200 OnRelay > Self > SetColor [Yellow]
300 OnRelay > Self > SetColor
400 OnRelay > Self > FireRelay

He just said don't tell him.

Are you sure it was the rainbow FX? It could of been a relay to change the vehicle spawn colors over and over.
For example:

Set your vehicle spawn so that it changes color.
make these events on it:

0 OnActivate > Self > FireRelay
0 OnRelay > Self > SetColor
100 OnRelay > Self > SetColor
200 OnRelay > Self > SetColor [Yellow]
300 OnRelay > Self > SetColor
400 OnRelay > Self > FireRelay
or you can use the console and loop it changing color with it's object ID
to get the ID, type /getid while looking at the object and being the host or an admin, i forgot which

Are you sure it was the rainbow FX? It could of been a relay to change the vehicle spawn colors over and over.
For example:

Set your vehicle spawn so that it changes color.
make these events on it:

0 OnActivate > Self > FireRelay
0 OnRelay > Self > SetColor
100 OnRelay > Self > SetColor
200 OnRelay > Self > SetColor [Yellow]
300 OnRelay > Self > SetColor
400 OnRelay > Self > FireRelay

WHY DID MY stuff CHANGE COLOR.
WHAT IS THIS WITCHCRAFT.

Double post, All of the endings of it dissapeared.
What the forget.

try [nobbc][/nobbc] tags

10onActivate>Self>fireRelay
10onRelay>Self>fireRelay
10onRelay>Self>setColorRed
00onRelay>Self>setColorYellow
00onRelay>Self>setColorBlue
00onRelay>Self>setColorGreen
10onRelay>Self>toggleEventEnabled2 3
00onRelay>Self>toggleEventEnabled3 4
00onRelay>Self>toggleEventEnabled
00onRelay>Self>toggleEventEnabled4 2

try [nobbc][/nobbc] tags
What are those
Plus, I know the events I'm pretty sure you can script the vehicle so it has the rainbow fx it would look like a brick with rainbow fx, it would be a vehicle.

Did you think to take a picture of it?

What are those
Plus, I know the events I'm pretty sure you can script the vehicle so it has the rainbow fx it would look like a brick with rainbow fx, it would be a vehicle.
nobbc, it turns off bbc code, ie [b] is one, [color = red] is another, [quote], [code], [nobbc] and others
What are those
Plus, I know the events I'm pretty sure you can script the vehicle so it has the rainbow fx it would look like a brick with rainbow fx, it would be a vehicle.
you can, i just need to figure out how to color said vehicle (objectID.setcolor(); or what)