View Poll Results: whant you to see more bunkers form me?

Voters
17. This poll is closed
  • yes,your bunkers are great!!!

    10 58.82%
  • no,i not like your bunkers!!!

    1 5.88%
  • i dont know

    2 11.76%
  • NO YOU SUCK!!!

    4 23.53%
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    GoDZeN's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    1
    Cool i like the sentry guns

  2. #17
    iCommander's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by erikkire1 View Post
    hello everybody
    today have i and yamato make an bunker on invasion
    yamato has helped with his great coe for the sentry gun that you can use like a minugun !!!
    Code:
    Sentry = spawnTurret( "misc_turret", (x,y,z), "sentry_minigun_mp" );
    Sentry setModel( "sentry_minigun" );
    Sentry.angles = (angles);
    he has try to found a lot of glitches we have patched all!!!
    i have make the bunker!!!
    here it is!!!
    Code
    Code:
    Invasion()
    {
    CreateElevator((-377,-1820,264),(-870,2271,248));
    CreateWalls((-1008,2578,248),(-987,3183,500));
    CreateWalls((-987,3183,248),(-665,3185,500));
    CreateWalls((-665,3185,248),(-691,2595,500));
    CreateDoors((-695,2593,256),(-858,2593,256),(90,0,90),10,2,15,100);
    CreateRamps((-968,2990,248),(-973,2710,340));
    CreateGrids((-705,2589,345),(-974,2687,345));
    CreateWalls((-978,2572,359),(-721,2572,369));
    CreateWalls((-971,3518,255),(-457,3593,300));
    CreateRamps((-716,2700,345),(-699,3083,344));
    CreateWalls((-1126,2789,256),(-1237,2769,340));
    CreateGrids((-702,3007,345),(-958,3153,345));
    CreateBlocks((-836,3741,290),(90,0,0));
    CreateBlocks((-1003,2539,410),(90,0,0));
    CreateBlocks((-699,2540,410),(90,0,0));
    CreateBlocks((-1005,2486,410),(90,0,0));
    CreateWalls((-821,3001,359),(-963,3001,450));
    CreateDoors((-826,3001,359),(-726,3001,359),(90,0,90),6,2,15,74);
    Sentry = spawnTurret( "misc_turret", (-722,3127,359), "sentry_minigun_mp" );
    Sentry setModel( "sentry_minigun" );
    Sentry.angles = (0,-97,0);
    Sentry = spawnTurret( "misc_turret", (-830,2626,359), "sentry_minigun_mp" );
    Sentry setModel( "sentry_minigun" );
    Sentry.angles = (0,-89,0);
    }
    Videosorry if it is bad qualltiy!!
    YouTube - mw2 bunker invasion
    Credits
    Erikkire1:making the bunker+video
    Yamato:great sentry gun!!!+find all glitches
    Arasonic:to for the sentry

    Hey im on the ps3, and i want to pu this in my patch, although, i wouldnt know how to callthis bunker this is what i have put in the menu

    menu.namer[13]="iC invasion bunker";
    menu.funcs[13]=::InvasionBunk;

    and then i have put your code in....although, what would the call be ?

Page 2 of 2 FirstFirst 12