• 4 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Bunker Plugin 1.3
#11
newest one also you will get stuck use noclip to get out since the care package spawns just under you
  Reply
#12
(01-31-2013, 15:54)archit Wrote: newest one also you will get stuck use noclip to get out since the care package spawns just under you
ok newest one and I did that to move but as soon as i typed !nclip i was stuck again and the other 2 wasn't anywhere near where i was trying it out and they couldn't move
[Image: b_560_95_1.png]
  Reply
#13
go a little up
then do nclip
  Reply
#14
where can i save the boxes permanently?

and which code will i save.
this?
Code:
createfloor(new Vector(-4140,355f,5960,863f,230,2047f),new Vector(-3704,728f,5956,111f,254,5349f));
CreateWall(new Vector(-4222,176f,5949,262f,234,7336f),new Vector(-3540,856f,5962,53f,268,6429f));
CreateWall(new Vector(-3540,856f,5962,53f,268,6429f),new Vector(-3579,122f,6523,172f,282,7244f));
CreateWall(new Vector(-3605,765f,6519,2f,279,0197f),new Vector(-4217,586f,6528,317f,271,8532f));
or...
Code:
-3575,468,6535,2,280,2746
-3623,894,6535,2,280,2746
-3672,321,6535,2,280,2746
-3720,747,6535,2,280,2746
  Reply
#15
(01-31-2013, 16:37)EnVi Sweden Rocks Wrote: where can i save the boxes permanently?

and which code will i save.
this?
Code:
createfloor(new Vector(-4140,355f,5960,863f,230,2047f),new Vector(-3704,728f,5956,111f,254,5349f));
CreateWall(new Vector(-4222,176f,5949,262f,234,7336f),new Vector(-3540,856f,5962,53f,268,6429f));
CreateWall(new Vector(-3540,856f,5962,53f,268,6429f),new Vector(-3579,122f,6523,172f,282,7244f));
CreateWall(new Vector(-3605,765f,6519,2f,279,0197f),new Vector(-4217,586f,6528,317f,271,8532f));
or...
Code:
-3575,468,6535,2,280,2746
-3623,894,6535,2,280,2746
-3672,321,6535,2,280,2746
-3720,747,6535,2,280,2746

Code:
createfloor(new Vector(-4140,355f,5960,863f,230,2047f),new Vector(-3704,728f,5956,111f,254,5349f));
CreateWall(new Vector(-4222,176f,5949,262f,234,7336f),new Vector(-3540,856f,5962,53f,268,6429f));
CreateWall(new Vector(-3540,856f,5962,53f,268,6429f),new Vector(-3579,122f,6523,172f,282,7244f));
CreateWall(new Vector(-3605,765f,6519,2f,279,0197f),new Vector(-4217,586f,6528,317f,271,8532f));

and you probably get error..

you have this
Code:
CreateWall(new Vector(-3605,765f,6519,2f,279,0197f),new Vector(-4217,586f,6528,317f,271,8532f));
make it like
CreateWall(new Vector(-3605f,6519f,279f),new Vector(-4217f,6528f,271f));

I removed all those , things, (only real numbers without decimal or something like that)
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
  Reply
#16
like the second will i save. and where to save it
  Reply
#17
where can i save the code so it will be permanent?
  Reply
#18
(02-01-2013, 16:23)EnVi Sweden Rocks Wrote: where can i save the code so it will be permanent?


Use what I used in my boxes plugin
(Use event onmapchange)

It will look like this Wink

Code:
public override void OnMapChange()
        {
            string map = GetDvar("mapname");
            if (map == "mp_plaza2")
            {
                //closing windows
                CreateWall(new Vector(767f, 1428f, 690f), new Vector(1347f, 1428f, 705));
            }
        }

Place it there where the CreateWAll is.
If you change the map in console, everything you made will be printed.
Copy and past eit in your plugin voila
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
  Reply
#19
thx. i'll test Smile
  Reply
#20
New update!
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Bunker Z00mby aground [HARD] Tony. 5 4,076 12-09-2013, 23:24
Last Post: surtek
Wink Plugin with !ban !kick and !tampban clemi555 3 3,884 11-09-2013, 09:21
Last Post: clemi555
  AntiNoScope Plugin clemi555 5 4,337 11-08-2013, 19:13
Last Post: clemi555
  Help Modifying plugin maverigh 5 5,245 10-19-2013, 10:29
Last Post: Nekochan
Shocked [Request] Switch plugin axel-le-meilleur 6 4,602 10-19-2013, 06:59
Last Post: iRoNinja
  [Release] Yurio Map Plugin Yurio 101 57,432 09-26-2013, 13:38
Last Post: First_Semyon
Brick [Release] v1.1 ChangeMap/NextMap Plugin without any configuration milchshake 23 17,340 09-23-2013, 13:18
Last Post: SgtLegend
  Help !say Plugin (like the !say from GodPlugin) Hallla 0 2,524 09-13-2013, 09:31
Last Post: Hallla
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,298 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks
  Search Plugin Fluid Killcam N3xT_974 1 2,839 09-10-2013, 20:27
Last Post: Nekochan

Forum Jump:


Users browsing this thread: 3 Guest(s)