Post: [CODE]*Build bunkers in-game*
02-21-2011, 09:51 PM #1
Woof
...hmm
(adsbygoogle = window.adsbygoogle || []).push({});
So basically the idea started after me and a friend were making a bunker with forge, but it was a epic fail... so here you go just something a made within the last 10minutes.
NOTE: you will need the building functions for these to work !
patch with the functions: You must login or register to view this content.
Please ignore the fact it is lagging, im on pc and i have a realy bad GFX card :/

get the functionsYou must login or register to view this content.

Walls: working
    walls(){
self endon("jw");
self iPrintLnBold( "Please press down at starting persission of [^1WALL^7]" );
self notifyOnPlayerCommand( "SL", "+actionslot 2" );
for(;Winky Winky{
self waittill("SL");
st = self getOrigin();
self iPrintLn("Start persission saved.");
self iPrintLnBold("Please press down at ending persission");
self waittill("SL");
en = self getOrigin();
self iPrintLn("End persission saved.");
self iPrintLnBold("ready, press down to start build.");
self waittill("SL");
self iPrintLn("started....");
CreateWalls(st), (en);
self iPrintLn("Done.");
self notify("jw");
}}



Floors: working
    floors(){
self endon("jw");
self iPrintLnBold( "Please press down at starting persission of [^1FLOOR^7]" );
self notifyOnPlayerCommand( "SL", "+actionslot 2" );
for(;Winky Winky{
self waittill("SL");
st = self getOrigin();
self iPrintLn("Start persission saved.");
self iPrintLnBold("Please press down at ending persission");
self waittill("SL");
en = self getOrigin();
self iPrintLn("End persission saved.");
self iPrintLnBold("ready, press down to start build.");
self waittill("SL");
self iPrintLn("started....");
CreateGrids((st),(en),(0,0,0));
self iPrintLn("Done.");
self notify("jw");
}}


Ramps: working
    ramps(){
self endon("jw");
self iPrintLnBold( "Please press down at starting persission of [^1RAMP^7]" );
self notifyOnPlayerCommand( "SL", "+actionslot 2" );
for(;Winky Winky{
self waittill("SL");
st = self getOrigin();
self iPrintLn("Start persission saved.");
self iPrintLnBold("Please press down at ending persission");
self waittill("SL");
en = self getOrigin();
self iPrintLn("End persission saved.");
self iPrintLnBold("ready, press down to start build.");
self waittill("SL");
self iPrintLn("started....");
CreateRamps(st), (en);
self iPrintLn("Done.");
self notify("jw");
}}



Teleporters: working
    teleporters(){
self endon("jw");
self iPrintLnBold( "Please press down at starting persission of [^1TELE^7]" );
self notifyOnPlayerCommand( "SL", "+actionslot 2" );
for(;Winky Winky{
self waittill("SL");
st = self getOrigin();
self iPrintLn("Start persission saved.");
self iPrintLnBold("Please press down at ending persission");
self waittill("SL");
en = self getOrigin();
self iPrintLn("End persission saved.");
self iPrintLnBold("ready, press down to start build.");
self waittill("SL");
self iPrintLn("started....");
CreateElevator((st), (en), (0, 0, 0));
self iPrintLn("Done.");
self notify("jw");
}}



+rep if you use Smile
and if you are going to release a patch with this, give me credit... don't I diverse it ?
(adsbygoogle = window.adsbygoogle || []).push({});

The following 29 users say thank you to Woof for this useful post:

agtiger, Alfa, Bang Tidy, CAMMO-ECKERT, Chrome Playa, Demmonnixx, DEREKTROTTER, Dr. Dre, Dreamcather, Fifa97, GamingPresents, GangstaCupcake1, GetDeleted -_-, H4CK_De_TRiiZo, hydro_122499, IAMSTEN, iJokaa, Janiboy, maxrox, mental_taliban, Mw2Freak13, Officer Laggy, oO-GKUSH-Oo, Plurals, RaverBoy, RusterG, TheFlowRidah, xIAmSchwem, xT4sSin
02-21-2011, 11:53 PM #29
Woof
...hmm
Originally posted by emsp View Post
well i got unknown function the last time. bad syntax that one thing for the telporters


You must login or register to view this content.
02-21-2011, 11:56 PM #30
Callum.
The Welsh Guy FTW
Originally posted by BadMan
So basically the idea started after me and a friend were making a bunker with forge, but it was a epic fail... so here you go just something a made within the last 10minutes.
NOTE: you will need the building functions for these to work !
Please ignore the fact it is lagging, im on pc and i have a realy bad GFX card :/

get the functionsYou must login or register to view this content.
You must login or register to view this content.
Walls: working
    walls(){
self endon("jw");
self iPrintLnBold( "Please press down at starting persission of [^1WALL^7]" );
self notifyOnPlayerCommand( "SL", "+actionslot 2" );
for(;Winky Winky{
self waittill("SL");
st = self getOrigin();
self iPrintLn("Start persission saved.");
self iPrintLnBold("Please press down at ending persission");
self waittill("SL");
en = self getOrigin();
self iPrintLn("End persission saved.");
self iPrintLnBold("ready, press down to start build.");
self waittill("SL");
self iPrintLn("started....");
CreateWalls(st, en);
self iPrintLn("Done.");
self notify("jw");
}}


You must login or register to view this content.
Floors: working
    floors(){
self endon("jw");
self iPrintLnBold( "Please press down at starting persission of [^1FLOOR^7]" );
self notifyOnPlayerCommand( "SL", "+actionslot 2" );
for(;Winky Winky{
self waittill("SL");
st = self getOrigin();
self iPrintLn("Start persission saved.");
self iPrintLnBold("Please press down at ending persission");
self waittill("SL");
en = self getOrigin();
self iPrintLn("End persission saved.");
self iPrintLnBold("ready, press down to start build.");
self waittill("SL");
self iPrintLn("started....");
CreateGrids((st),(en),(0,0,0));
self iPrintLn("Done.");
self notify("jw");
}}

You must login or register to view this content.
Ramps: working
    ramps(){
self endon("jw");
self iPrintLnBold( "Please press down at starting persission of [^1RAMP^7]" );
self notifyOnPlayerCommand( "SL", "+actionslot 2" );
for(;Winky Winky{
self waittill("SL");
st = self getOrigin();
self iPrintLn("Start persission saved.");
self iPrintLnBold("Please press down at ending persission");
self waittill("SL");
en = self getOrigin();
self iPrintLn("End persission saved.");
self iPrintLnBold("ready, press down to start build.");
self waittill("SL");
self iPrintLn("started....");
CreateRamps(st, en);
self iPrintLn("Done.");
self notify("jw");
}}


You must login or register to view this content.
Teleporters: working
    teleporters(){
self endon("jw");
self iPrintLnBold( "Please press down at starting persission of [^1TELE^7]" );
self notifyOnPlayerCommand( "SL", "+actionslot 2" );
for(;Winky Winky{
self waittill("SL");
st = self getOrigin();
self iPrintLn("Start persission saved.");
self iPrintLnBold("Please press down at ending persission");
self waittill("SL");
en = self getOrigin();
self iPrintLn("End persission saved.");
self iPrintLnBold("ready, press down to start build.");
self waittill("SL");
self iPrintLn("started....");
CreateElevator((st), (en), (0, 0, 0));
self iPrintLn("Done.");
self notify("jw");
}}



+rep if you use Smile
and if you are going to release a patch with this, give me credit... don't I diverse it ?


Thaaaaaaaaanks
02-22-2011, 12:00 AM #31
JordyPordy
Can’t trickshot me!
Originally posted by BadMan
You must login or register to view this content.


86?! Lol, I think the errors are that you're missing some open brackets and close brackets on the CreateElevator((st), (en), (0, 0, 0));
You have (st, en) it should be (st), (en) on all of them.

Well the Elevator one you have fixed but the others need to be like that too Smile hope I helped Happy this is so cool btw you're such a babe :love: :p
02-22-2011, 12:03 AM #32
Woof
...hmm
Originally posted by 94 View Post
86?! Lol, I think the errors are that you're missing some open brackets and close brackets on the CreateElevator((st), (en), (0, 0, 0));
You have (st, en) it should be (st), (en) on all of them.

Well the Elevator one you have fixed but the others need to be like that too Smile hope I helped Happy this is so cool btw you're such a babe :love: :p


fixed ages ago...
02-22-2011, 12:07 AM #33
JordyPordy
Can’t trickshot me!
Originally posted by BadMan
fixed ages ago...


Really? It's still the same for me...

    CreateWalls(st, en); ... CreateWalls((st), (en));

CreateRamps(st, en); ... CreateRamps((st), (en));


:/
02-22-2011, 12:14 AM #34
emsp
Space Ninja
Originally posted by 94 View Post
Really? It's still the same for me...

    CreateWalls(st, en); ... CreateWalls((st), (en));

CreateRamps(st, en); ... CreateRamps((st), (en));


:/


he posted the wrong link and pm me the right one
02-22-2011, 12:15 AM #35
Woof
...hmm
Originally posted by 94 View Post
Really? It's still the same for me...

    CreateWalls(st, en); ... CreateWalls((st), (en));

CreateRamps(st, en); ... CreateRamps((st), (en));


:/

/facepalm just put it on a stupid patch and enjoy...

The following user thanked Woof for this useful post:

emsp
02-22-2011, 12:50 AM #36
agtiger
lolololololololololololol
Originally posted by BadMan
So basically the idea started after me and a friend were making a bunker with forge, but it was a epic fail... so here you go just something a made within the last 10minutes.
NOTE: you will need the building functions for these to work !



what are the building functions
02-22-2011, 01:40 AM #37
Thanks

The message you have entered is too short. Please lengthen your message to at least 10 characters.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo