How to use expression 2 in gmod DETAILED.
Uploader Comments (NOVS12)
Top Comments
-
@Thekapstok Do you have annotation enabled? Are you on an ipod?
You need to have annotations enabled to see the tutorial, and they do not work on the ipod.
All Comments (411)
-
So i have a file for Drunk combine. I know i can download it, but im going to make my own from scratch to find out how this works. So how do I use "DC_system" on the ragdoll?
-
Wow.. Is there suppose to be YouTube captions? I'm on my iPhone... So, I cant see what is suppose to be happening :S
-
Music?
-
@NOVS12 OHMYGOD thank you so much!
-
@NOVS12 can u help me make a code for a chopper?
-
i understand... But i wanna open it from otherside too how can i make that?
-
can u unban me my in game name is LastedAntonyT
-
Dude, thanks this really helped! Some spelling mistakes here and there but the tutorial is very good, it explains why you do stuff, and thats very importan!
-
@NOVS12 ok, thanks i did not go through the video thoroughly
okay, when I put in ''if (Ranger2) {Hydrolic=5}'' in e2 for line 7, it said Ranger2 does not exsist, even tho i have the two of the rangers already placed
XMidnightrider 6 months ago
@XMidnightrider You need to put Ranger2 in the @inputs section too.
NOVS12 6 months ago
why are u doing == in (Timer==30) ?
plokm260 9 months ago
@plokm260 == means Is it Equal to?
= means IT IS EQUAL TO
== is a question
= is a statement
NOVS12 9 months ago 3
@plokm260 in other words when is timer gonna be 30? when it is its gonna trigger exsplosive :D
noahg2001 8 months ago
@noahg2001 Or, is the timer equal to 30? if it is, then trigger that explosive.
= would be THAT TIMER IS EQUAL TO 30, and doesn't work in an if statement.
you never put = in ( ) brackets always a ==. and always a = in the { } brackets.
NOVS12 8 months ago