GarrysMod Wire Mod Camera Scanner Tutorial
Loading...
13,448
Uploader Comments (Xanthochori)
Top Comments
-
Label: CameraScanner
Input: On Timer Distance
Output: ScrX ScrY ScrG RangeX RangeY Run Reset
Line 1: On==1->Run=1,Reset=0;Timer>=60
->Run=0,Reset=1; Line 2: ScrX=floor(Timer%2*16)
Line 3: ScrY=floor(Timer%64/2)
Line 4: ScrG=1000-Distance
Line 5: RangeX=ScrX/16-1
Line 6: RangeY= ScrY/16-1
-
i made an e2 version of this! here it is: @name CameraScanner @inputs On Timer Distance @outputs PixelX PixelY PixelG RangeX RangeY Run Reset if (On==1) {Run==1} if (Timer>=60) {Run=0,Reset=1} PixelX=floor(Timer%2*16) PixelY=floor(Timer%64/2) PixelG=1000-Distance RangeX= PixelX/16-1 RangeY= PixelY/16-1
see all
All Comments (40)
-
crap it still loks weird :'(
-
lol i just realized 7 months later that the e2 code looked horrible @name CameraScanner @inputs On Timer Distance @outputs PixelX PixelY PixelG RangeX RangeY Run Reset if (On==1) {Run==1} if (Timer>=60) {Run=0,Reset=1} PixelX=floor(Timer%2*16) PixelY=floor(Timer%64/2) PixelG=1000-Distance RangeX= PixelX/16-1 RangeY= PixelY/16-1
-
i love how its the worst picture ever
-
aaaaaamduuuh
-
cant register :(
-
@DronElektron Dumbass, it was made in 2008
-
er dude the fourm is down
-
did you download the expression gate from somewhere? becuz i dont have that
-
1:50 LOL errrrr duuuuuuurrrr..OK,here we go.Our on is going to go to this buetifle button.LOL
Loading...
how do you get that grid thing on?
bouncerthemut 3 years ago
smart snap
Xanthochori 3 years ago
help... i registerd now i cant find it :*(
isaaccade 3 years ago
if you mean the code go to the website log in then go to tutorial talk and look for camera scanner expression gate or something like that
-whizziworld Team
Xanthochori 3 years ago
btw im sorry about this..
what is that line thingy.. that makes you auto "snap" to a place..aint it wasy welder or somthing?
please tell me and once again AWSOME tut
kimkiller70 4 years ago
smartsnap i believe you are talking about
Xanthochori 4 years ago