GMOD Real Steering
Loading...
19,716
Loading...
Uploader Comments (gmodders)
Top Comments
-
you know you can snap with the smartsnap addon right? just hold "e" while your using it. just saying. makes stuff much easier
-
@name Car Steering @inputs W A S D @outputs HydraulicLeft HydraulicRight interval(1) if (A==1) {HydraulicLeft = 60} if (A ==1) {HydraulicRight = 80} if (D==1) {HydraulicLeft = 80} if (D==1) {HydraulicRight = 60} if (D==0&A==0) {HydraulicLeft = 73} if (D==0&A==0) {HydraulicRight = 73} here is code ^^ havent tested so idk if something is wrong :P
see all
All Comments (96)
-
@Findude313 Yeah! it is thanks man i've been looking for this for month
-
@SpicyCheese100 you mean smartsnap??
-
where did you get that thing on when you are building, some squares show and helps you to build easier please send me link
-
if you d0:00nt get the video click
there ↑↑↑ for more information
-
gmodders, Y U NO USE SNAP WITH SMARTSNAP?
-
u know that with smartsnap u can press "E" to lock the place u want?
-
Garrys mod lol :D
-
What game is that
-
it would of help if my stuff works but the mod anworking
-
i write in line 6 waht execly he write but it say:
Expected symbol (;) at line 6. PLS HELP :SS
Loading...
I don't have expression one I only have two...does two still work?
TheSupersonic91 1 year ago 3
@TheSupersonic91 I've not been on Garry's Mod in a while or done a lot of work with EX2 (expression 2). I'll try get on shortly and make some new tutorials for 2.
Have they removed EX1 all together now?
gmodders 10 months ago
the ip adress is a tf2 server
saltkringel2 1 year ago
@saltkringel2 Unfortunately I'm not too regularly playing garrysmod anymore. The servers I'm running are now for a TF2 clan I'm in.
I may set one back up soon when I start posting some more videos :)
gmodders 1 year ago
whats the difference between fixed and non fixed hydraulics?
blobber01 1 year ago
@blobber01 Fixed means that the hydraulic will stay in a solid line. If its not fixed, it can move/bend.
gmodders 1 year ago