Post: Working On Zombieland for MP Cod5 (Need Helpers) :D
12-02-2011, 08:27 PM #1
BlazingDope
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); I'm making a zombieland for Cod5 as there has been one for Cod4 and mw2 but not Cod5. It probz wont be as good as hawkins zombieland, but I'm giving it my best shot Winky Winky I've done everything apart from Map Edits, and Just need to add the functions to the shop menu. If you wanna help out with map edits just tell me because I need some ideas!

Maps I'm Editing for v1:
Airfield, Asylum, Castle, Courtyard, Dome, Hanger, Makin and Outskirts.

Airfield: Working on..
Asylum: Haven't Attempted
Castle: Haven't Attempted
Courtyard: Haven't Attempted
Dome: Haven't Attempted
Hanger: Haven't Attempted
Makin: Haven't Attempted
Outskirts: Haven't Attempted
Last edited by BlazingDope ; 12-04-2011 at 07:10 AM.
12-04-2011, 03:59 AM #11
BlazingDope
Can’t trickshot me!
Originally posted by iFresshh View Post
omg omg omg omg omg omg omg canz iz helpz holy shit i always wanted to be a big part of something holy shit plz i beg u even tho its gonna be shit i still wanna do it


You being serious or just another one of you're sarcy remarks? and tbh it's actually pretty good Winky Winky

---------- Post added at 03:59 AM ---------- Previous post was at 03:58 AM ----------

Originally posted by jbglitching View Post
Hey man i wouldn't mind helping you man i have been wanting zombieland for world at war but nobody would do it and i can't do it my self i wouldn't mind like converting some scripts from cod 4 to work in cod 5 cus hawkin had alot of good scripts in cod 4. also just throwin this out there if more people would like a locked map. (Locked map is were you have doors you have to open. idk y i called it locked map lol) Then i could get the doors out of the undead to. I can also get the scripts out of hawkins undead. Such as his mystery box and pack a punch. Unless you wonna keep it classic and just make it exactly like hawkins zombies its up to you but ya i don't mind helping you. Smile

---------- Post added at 08:00 AM ---------- Previous post was at 07:37 AM ----------

You must login or register to view this content.

Heres the cod 4 zombieland scripts converted to W@W. Awesome face

---------- Post added at 08:01 AM ---------- Previous post was at 08:00 AM ----------

You must login or register to view this content.

Heres the cod 4 zombieland scripts converted to W@W. Awesome face
Smile


You Got skype? add Me: x2EzYx-- thats my ps3 name too!
12-04-2011, 06:48 AM #12
Originally posted by KillaMaJic View Post
got a new one Winky Winky add me back on ps3 buddy, x2EzYx--
I might need you're help actually
I didn't know we weren't friends anymore, but i dont think i'll be much help, I only know how to put codes in menus :p
12-04-2011, 07:04 AM #13
BlazingDope
Can’t trickshot me!
Originally posted by lovebros View Post
I didn't know we weren't friends anymore, but i dont think i'll be much help, I only know how to put codes in menus :p

hmmm.. :-/ This might sound nooby, but do you know how to put players on certain teams? I've tried this, but it does nothing:

self.Team["Zombies"] = "axis";
self.Team["Humans"] = "allies";
self notify("menuresponse", game["menu_team"], self.Team["Humans"] );
12-04-2011, 07:11 AM #14
Originally posted by KillaMaJic View Post
hmmm.. :-/ This might sound nooby, but do you know how to put players on certain teams? I've tried this, but it does nothing:

self.Team["Zombies"] = "axis";
self.Team["Humans"] = "allies";
self notify("menuresponse", game["menu_team"], self.Team["Humans"] );
Try this
    JoinServer()
{ self.zipz = 0;
if(self.zblive != 1)
{ if(self.isZombie > 0 && self.team == "axis") self thread doZombies();
if(self.isZombie > 0 && self.team == "allies")
{ teamz = "axis";
self thread doTeamChange(teamz);
wait 1;
self suicide();
}
if(self.isZombie == 0 && self.team == "allies" ) self thread doHumans();
if(self.isZombie == 0 && self.team == "axis" )
{ teamz = "allies";
self thread doTeamChange(teamz);
wait .8;
if(self.dcnt == 0) self thread doHumans();
}
}
}
I got it staight from /hawkins in weapons.gsc
12-04-2011, 07:14 AM #15
BlazingDope
Can’t trickshot me!
Originally posted by lovebros View Post
Try this
    JoinServer()
{ self.zipz = 0;
if(self.zblive != 1)
{ if(self.isZombie > 0 && self.team == "axis") self thread doZombies();
if(self.isZombie > 0 && self.team == "allies")
{ teamz = "axis";
self thread doTeamChange(teamz);
wait 1;
self suicide();
}
if(self.isZombie == 0 && self.team == "allies" ) self thread doHumans();
if(self.isZombie == 0 && self.team == "axis" )
{ teamz = "allies";
self thread doTeamChange(teamz);
wait .8;
if(self.dcnt == 0) self thread doHumans();
}
}
}
I got it staight from /hawkins in weapons.gsc


Tryed it and didn't work. I'm doing it all a completly different way to him :| He codes his way, I code my way :p
12-04-2011, 07:22 AM #16
Originally posted by KillaMaJic View Post
Tryed it and didn't work. I'm doing it all a completly different way to him :| He codes his way, I code my way :p
darn. then i have no clue. Sorry
12-25-2011, 01:41 PM #17
Studman2Gay
Save Point
I've already created this, it is 100% complete. And also Pcfreak is doing something like this. Not sure for what game tho :/.
Why, Where did you think i was at or why i was gone for so long? :carling:
I have over 15 gamemodes in my private patch. Oh and i might help out by providing some code from it.
12-25-2011, 03:57 PM #18
BlazingDope
Can’t trickshot me!
Originally posted by Studman2Gay View Post
I've already created this, it is 100% complete. And also Pcfreak is doing something like this. Not sure for what game tho :/.
Why, Where did you think i was at or why i was gone for so long? :carling:
I have over 15 gamemodes in my private patch. Oh and i might help out by providing some code from it.



You even going to release your private patch lol?
12-25-2011, 06:34 PM #19
Studman2Gay
Save Point
Originally posted by KillaMaJic View Post
You even going to release your private patch lol?


Most likely no. BUT.. I might release a similar patch. I've found out so much new things that are un herd of. I want it to stay that way.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo