Please or Register to create posts and topics.

!! func_tanktrain(Tank,SetSpeed) doesn't match type from...

How do i fix output/input?

You're going to have to be a bit more specific. Give us the details of what you're working on, exactly what the error is, etc.

Image
Now with 100% more inline comments!

Right Sorry... Ok what im trying to do is make a lift work with a floor button. Here i have a picture of the outputs on the button. http://s1128.photobucket.com/albums/m500/Joshua_Nathan_Akers/?action=view&current=floorbutton.jpg#!oZZ2QQcurrentZZhttp%3A%2F%2Fs1128.photobucket.com%2Falbums%2Fm500%2FJoshua_Nathan_Akers%2F%3Faction%3Dview%26current%3Dfloorbuttonoutput.jpg however when i start the game and i step on the button i get this error

http://s1128.photobucket.com/albums/m50 ... _00004.jpg

Your tank doesn't even set a speed (the value is null) according to your output. You should put a number in "With a Parameter Override of". And you shouldn't be using a tank but a 'func_train', but honestly I don't know how they act differently.

?????????????????????????????TWP Releases | My Workshop

Use a func_tracktrain instead of a func_tanktrain. The main difference is that a func_tanktrain shoots at you as it moves, I believe. And yes, you have to specify a speed in the Parameter field.

Image
Now with 100% more inline comments!

Thank you! that worked quite well. But now it spawns vertical instead of horizontal....Iv looked through the settings, but i dont see where im supposed too change the spawning orination. Any help?

Go to "Flags" and check "Fixed Orientation".

Image
Now with 100% more inline comments!

Thanks man for the help.