Results 1 to 3 of 3

Hybrid View

  1. #1
    DigitalMind's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    104
    Reputation
    58
    Thanks
    2
    My Mood
    Crappy

    Cool HELP [QUARANTINE ZOMBIE MOD] SOLVED

    Hey guys, i'm in need of some help, Can anyone explain me how to make a ROOF'' < FOr a bunker in Quarantine zombie mod ? O_O Thanks?


    iPRESS '' THE '' < BUTTON [ THANKS ]


    - DigitalMind


    SOLVED
    Last edited by DigitalMind; 09-11-2010 at 12:01 AM.

  2. #2
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted
    1st you have to figure out the diagonal coordinates of your roof.
    2nd find your map in MapEdit.gsc and add the code:
    Code:
    	CreateGrids(( x, y, z), (x, y, z), (0, 0, 0));
    it could be CreateWalls too (I forgot) sorry :P

    The 1st x, y, z is the point of where the roof begins in the corner
    The 2nd x, y, z is the point at the other side (diagonally) in the other corner

    BTW. Usefull is this to find coordinates:

    Code:
    onPlayerSpawned()
    {
    	self endon("disconnect");
    	self endon ( "death" );
    	self waittill("spawned_player");
    
    	self notifyOnPlayerCommand("r", "+reload");
    	for(;;)
    	{
    		self waittill("r");
    		self iPrintLnBold(self getOrigin());
    	}
    }
    Replace it with the OnPlayerSpawned() thread.
    IMPORTANT: BACKUP YOUR OLD OnPlayerSpawned() THREAD TO PLACE IT BACK AFTER YOUR FINISHED EDITING.
    Oh when you died you have to restart map because it wont work xD
    And it wont show you: Health and Cash and buymenu etc. Thats okay.
    After you've placed the old OnPlayerSpawned() thread back it would show again.

    Ok when you got that replaced. Go ingame and press the reload button to show coordinates.
    Oh btw. The z axis is the height. so increase/decease that for the height.
    Some maps need to decrease to get it higher. Some maps need to increase.
    Last edited by Mr.Mackey; 09-10-2010 at 09:20 AM.
    I helped you out?
    Press the button

  3. The Following 2 Users Say Thank You to Mr.Mackey For This Useful Post:

    DigitalMind (09-10-2010),I<3Pie (09-11-2010)

  4. #3
    DigitalMind's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    104
    Reputation
    58
    Thanks
    2
    My Mood
    Crappy
    /reqeust solved

Similar Threads

  1. [Help Request] Quarantine zombie mod
    By Pewpewpews in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 05-28-2011, 12:26 PM
  2. Quarantine Zombie Mod improvements
    By kerocs in forum Call of Duty Modern Warfare 2 Help
    Replies: 11
    Last Post: 11-02-2010, 12:34 PM
  3. Need help! [Quarantine ZOMBIE MOD!]
    By StijnTheMan in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 2
    Last Post: 09-09-2010, 07:03 PM
  4. Quarantine Zombie Mod Cash-
    By kleenkutschick in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 08-27-2010, 04:48 AM
  5. [Help] Quarantine Zombie Mod improvements
    By kerocs in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 08-09-2010, 05:24 AM