I have seen videos of flying vehicles that only use the expression 2 gate, and I have even seen one in a server. I have looked everywhere, but I can't find any tutorials. I would really appreciate it if anyone can tell me how to make a vehicle like the one I just described, or a tutorial.
How Well Do U No E2
[QUOTE=aog2;16614639]How Well Do U No E2[/QUOTE]
I am very new with it.
these ships use applyfore.
Here is a thread on the Wiremod forum explaining applyforce (and it's best friends applyOffsetForce and applyAngForce);
[url]http://www.wiremod.com/forum/wiremod-tutorials/10397-applyforce-applyoffsetforce-applyangforce-tutorial.html[/url]
well if u are a noob at it don't get complex
[editline]01:13AM[/editline]
This is simple Turret
[code]
@Inputs Ranger
@Outputs Fire
if (Ranger>=1) {Fire=1} else
{Fire=0}
[/code]
Sorry, you need to Log In to post a reply to this thread.