UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: Lambo5888 on January 05, 2017, 03:14:04 pm

Title: zombies wont spawn?
Post by: Lambo5888 on January 05, 2017, 03:14:04 pm
ok so now there is another problem. so i put all the info in my mapname.gsc and then i did everything that you guys told me to do. my zombies arnt spawning in the start_zone and its just skipping throught the rounds. and i even watvhed a video on how to zone and what to put in radiant but my zombies arint spawning anymore if you can help thank you. here are the pics on to see what ive done wrong.
The zones-----------------------------------------------------
(http://i63.tinypic.com/2lbji3b.png)

(http://i64.tinypic.com/2d1woev.png)

(http://i64.tinypic.com/anbz95.png)

(http://i63.tinypic.com/2wnsfp1.png)

The Zombies--------------------------------------------------

start_zone_spawners
(http://i63.tinypic.com/30i7pqg.png)

zone1_spawners
(http://i66.tinypic.com/2cqe9g1.png)

zone2_spawners
(http://i66.tinypic.com/33cpy1j.png)

the script_vectors for the doors leading to the next zone

enter_zone1
(http://i63.tinypic.com/n5qvlj.png)

enter_zone2
(http://i67.tinypic.com/nw4d1.jpg)

so ya the zombies arnt spawning the the start zone so if you could help thank you so much.


Title: Re: zombies wont spawn?
Post by: robbie696 on January 05, 2017, 03:26:11 pm
You commented the new lines you added. The "//" in front of a row of text means it is a comment, and not part of the script. So you have to remove the "//" from the lines you added to make them work.
Title: Re: zombies wont spawn?
Post by: Lambo5888 on January 05, 2017, 03:27:40 pm

no its still not working it just went to round 2 then 345678910 but it just skips i did what you said

(http://i64.tinypic.com/avobwk.png)
Title: Re: zombies wont spawn?
Post by: BluntStuffy on January 05, 2017, 05:01:01 pm
Your start_zone worked before, right? Did you change anything to that zone?

check if this is in your mapname.gsc:
Code Snippet
Plaintext
	// Initial Zone(s) -- Zone(s) You Want Activated At Map Start
zones = [];
zones[ zones.size ] = "start_zone";
level.DLC3.initialZones = zones;
Title: Re: zombies wont spawn?
Post by: Lambo5888 on January 05, 2017, 05:21:49 pm
ahhh yes it was initial_zone cause in radiant it was start_zone so i changed it thank you so much bro