Search found 8 matches

by billy
April 23rd, 2013, 3:34 am
Forum: Jump Maps
Topic: [COD4] [NON OS] mp_penton (EASY and HARD) UPDATED 4/22/13
Replies: 7
Views: 3492

Re: [COD4] [NON OS] mp_penton (EASY and HARD) UPDATED 4/22/1

Just did a huge update. Map is now finished and non os and harder.
by billy
March 31st, 2013, 5:12 pm
Forum: Jump Maps
Topic: [COD4] [NON OS] mp_penton (EASY and HARD) UPDATED 4/22/13
Replies: 7
Views: 3492

Re: [COD4] [OS] mp_penton (EASY and HARD)

When you've got a finalised version of this map, please post it in the submission topic: http://codjumper.com/forums/viewtopic.php?f=16&t=4925 You're welcome to have your own topic, like this one, for personal feedback from people, but unless it's added in that topic it won't get uploaded to th...
by billy
March 31st, 2013, 4:46 pm
Forum: Jump Maps
Topic: [COD4] [NON OS] mp_penton (EASY and HARD) UPDATED 4/22/13
Replies: 7
Views: 3492

Re: [COD4] [OS] mp_penton (EASY and HARD)

people have been complaining about ladders in here cause I forgot to add a back.
My spawn is turned around so people get confused with hard and easy.
I have to update these later on today :)
by billy
March 31st, 2013, 8:26 am
Forum: Jump Maps
Topic: [COD4] [NON OS] mp_penton (EASY and HARD) UPDATED 4/22/13
Replies: 7
Views: 3492

[COD4] [NON OS] mp_penton (EASY and HARD) UPDATED 4/22/13

Map name: mp_penton Author: +pfx.billy Download link: http://www43.zippyshare.com/v/68587789/file.html Screenshot link: http://i.imgur.com/bgEJOHZ.jpg Game (& old school?): COD4 Non OS Description of your map: mp_penton is a map with several different big rooms. Takes about 30 minutes to finish....
by billy
March 30th, 2013, 3:53 pm
Forum: Help and Support
Topic: Cannot find tag jhead on entity. (ONE PERSON)
Replies: 0
Views: 4570

Cannot find tag jhead on entity. (ONE PERSON)

http://puu.sh/2qGYz

Well on my map, everyone can join and it's going jolly good. But some reason my friend gets this error. Only him. Can anyone help with this?


zone file: http://puu.sh/2qH45

my friend thinks is this error making it do it: http://puu.sh/2qH3f
by billy
March 28th, 2013, 2:54 am
Forum: Help and Support
Topic: What's wrong with this noclip script?
Replies: 3
Views: 1702

Re: What's wrong with this noclip script?

if((!isDefined(self.cj["status"]) || self.cj["status"] > 1) || self.sessionstate != "playing") I'm admin, that's vip. I changed it to if((!isDefined(self.cj["status"]) || self.cj["status"] == 2) || self.sessionstate != "playing") That's no...
by billy
March 28th, 2013, 2:39 am
Forum: Help and Support
Topic: What's wrong with this noclip script?
Replies: 3
Views: 1702

Re: What's wrong with this noclip script?

my eyes are drawn to this as unusual: for(;;wait 0.05) Debug with with some iprintln and you should be able to narrow it down to the part that is wrong. I'm stupid if((!isDefined(self.cj["status"]) || self.cj["status"] > 1) || self.sessionstate != "playing") I'm admin,...
by billy
March 27th, 2013, 7:36 pm
Forum: Help and Support
Topic: What's wrong with this noclip script?
Replies: 3
Views: 1702

What's wrong with this noclip script?

This is from my addons file. doNoclip() {         level endon("game_ended");         self endon("disconnect");           self waittill("spawned_player");                 for(;;wait 0.05)         {                 if((!isDefined(self.cj["status"]) || self.cj[&q...