Author Topic: Two major problems!  (Read 495 times)

Well Munk and I recently made a train, he is scripting, and I am modeling/testing.

Well it appears we have a pretty big problem here. Our train tends to crash people, in two ways that is. 

1- A player connects and someone has already spawned a train, when they spawn; they crash

2- Sometimes while spawning the train, the player will crash.

Last one is simple, we are trying to make the train colorable, yet it doesn't color, we took the horse codes, and put them in, because of course- the horse is colorable, yet when we do 'recolor' on the properties of the vehicles spawn; the train turns black except for it's colored parts.

Thank you if you can help in any way!

Bump! We really need help!

For the coloring thing: Is the model textured blank? Also, you may have to setNodeColor("ALL", [Color]); in order to color a vehicle. The model must also be textured blank where you want it to be colored.

For the coloring thing: Is the model textured blank? Also, you may have to setNodeColor("ALL", [Color]); in order to color a vehicle. The model must also be textured blank where you want it to be colored.
Thanks, and I'm really glad you are back on Blockland.

As for the crashing, any idea?