building mod

Started by BLOWOUT, December 26, 2004, 07:18:21 PM

Previous topic - Next topic

BLOWOUT

Could someone make a mod where you can build things with boxes?

   if u do, it where you hit a button and you spawn an indestructable box thats able to stack as high as you want.

Cobra {sfx}

AlienX has already made one - its called BaseBuilder, very nice too i tried it out with him :)
Sleep? What is that?

liu8888

maybe

   

   local.trigger = spawn trigger_multiple

   local.trigger origin ( 0 0 0 )

   local.trigger setsize (0 0 0) ( 0 0 0 )

   local.trigger setthread box

   

   box:

   local.player = parm.other

   while(local.player.useheld == 1)

      {

   

   local.player stufftext ("say here!")

   wait 1

   local.box = spawn script_model

   local.box model "static/indycrate.tik"

   local.box.origin = local.player.origin

   local.box.angles = local.player.angles

   local.box notsolid

   wait 5

   local.box solid

   }

   end

BLOWOUT


liu8888

box:

   local.player = parm.other

   while(local.player.useheld == 1)

   {

   

   local.player stufftext ("say here!"

   wait 1

   local.box = spawn script_model

   local.box model "static/indycrate.tik"

   local.box.origin = local.player.origin

   local.box.angles = local.player.angles

   local.box notsolid

   wait 5

   local.box solid

   }

   thread box

   end

   

   

chad

When is AlienX's mod supposed to be out?

chad

or is it already? If so please supply a link. ;-)

eddy600

if you ask him really really nice im shure he will say no :)


Elgan {sfx}

i dont think he wil let u ahve it

sorridstroker

eddy600 :
   if you ask him really really nice im shure he will say no :)

   

   

   

   lol

tc3_kid

eddy600 :
   if you ask him really really nice im shure he will say no :)

   

   

   lol very true. ive been trying for months for his mods and he wont give me them especially not the new ones

chad

So its not out yet? :-(

eddy600



abc123

ive tried alot for this mod too... lol

Cobra {sfx}

Seeing as its already released ill close this thread
Sleep? What is that?