Search & Win

Saturday, August 28, 2010

0

How to make a wired security system - Alternative Way [Wiremod]

This is the alternative way to make the Security System using only a Multiply Chip, Add Chip, Greater Than Chip, Indicator, [X] Rangers, and 1 Button.







Posted by:
Starbuckscp

Saturday, August 21, 2010

0

Easy Wired Security System Tutorial [E2] - By Iced Out

Well, the other day I was checking out a tutorial to make a toggleable security system and I was like, wow.. I doubt anyone understands this.. So what I did was turn it into 1 E2 chip. With the help of Bull from the wiremod forum. I was able to perfect it. Alright so on with the tut. :)

1) Create a new E2 chip with the following code:

Code:


@name Security Chip V2
@inputs Ranger1 Ranger2 Ranger3 Ranger4
@outputs Explode Indicator Owner:entity

if(first()|duped()){
Owner=entity():owner()
runOnChat(1)
hint("~Security System~",20)
hint("Type /on to Activate",20)
hint("Type /off to Deactivate",20)
hint("Concept/Partial Coding by Iced Out",20)
hint("Perfected by Bull",20)
}

if ( chatClk(Owner) ) {
LastSaid = Owner:lastSaid()
if ( LastSaid == "/on") {
Indicator=1
}
elseif ( LastSaid == "/off") {
Indicator=0
}
}


if (Indicator & ( Ranger1 | Ranger2 | Ranger3 | Ranger4 ) ) {
Explode = !Explode
}
else {
Explode = 0
}






2) Spawn it anywhere


3) Spawn 4 Rangers {Desired length} with Ignore world Checked (Up and down line)


4) Spawn a Wired Indicator anywhere


5) Spawn a Wired Explosive where you want




--Wire time--


6) Indicator: A -> E2: Indicator


7) E2:Ranger1 -> Ranger:Dist (First Ranger)


8) E2:Ranger2 -> Ranger:Dist (Second Ranger)


9) E2:Ranger3 -> Ranger:Dist (Third Ranger)


10) E2:Ranger4 -> Ranger:Dist (Fourth Ranger)


11) E2:Explode -> Explosive:Detonate






Now type /on to activate Security System


and /off to deactivate Security System


Have fun! :) -Iced Out




Don't Understand? Leave a comment below and I'll be sure to get back to you. :)

Wednesday, August 18, 2010

0

Gmod University Community Toolbar V2.7.2.0 - UPDATE

The Official Gmod University Toolbar has officially been updated to V2.7.2.0!

Some features are:
              Built in Facebook application
              Games section containing 20+ games
              Gadgets section containing 15+ gadgets
              The capability to add more gadgets
              Shortcut to download the latest version of Game Chooser
              An About shortcut for Game Chooser
Download Now!              A button to add more apps
              New, Sleek design

To view all of the features, you must download the toolbar first! ;)

Tuesday, August 3, 2010

0

Add applications to your Gmod University toolbar!

The Official Gmod University Toolbar is new and improved! Read on to find out how!
*How is it improved?
The new toolbar allows you to download apps straight to your toolbar. You can choose out of  thousands of apps. There are categories for News, Games, Sports, Tools, and alot more!
Now to show it off!

0

Game Chooser V1.1.5 - RELEASE

Well this time I'm not goin to sit here and give you a long description, but instead I'm just going to tell you that now you can create custom launch games now so if you want to play any other game, go to the option and type in all it ask you. After that just go to the launch option and type in the name you gave the file. And it will load it in high priority decreasing the chance of crash and the lag. Well anyways, download it here.