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.
AlienX has already made one - its called BaseBuilder, very nice too i tried it out with him
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
oh...ok
ty
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
When is AlienX's mod supposed to be out?
or is it already? If so please supply a link. ;-)
if you ask him really really nice im shure he will say no
i dont think he wil let u ahve it
eddy600 :
if you ask him really really nice im shure he will say no 
lol
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
So its not out yet? :-(
lol chad
ive tried alot for this mod too... lol
Seeing as its already released ill close this thread