[CoD2] 2000+ Bounce (video)
Moderator: Core Staff
Re: [CoD2] 2000+ Bounce (video)
can you post it on youtube or describe it? cuz i cant view xfire videos

Re: [CoD2] 2000+ Bounce (video)
lol Lost me to, dont lok like a bounce, just a Fall.lolKillerSam wrote:you lost me.
Re: [CoD2] 2000+ Bounce (video)
youtube:
Gap 600+ http://www.youtube.com/watch?v=ahAv4kGuWmg
Gap 2000+ http://www.youtube.com/watch?v=kutsW5L45n8
it's just funny, and mappers can make this in their map(as I'll too).
Gap 600+ http://www.youtube.com/watch?v=ahAv4kGuWmg
Gap 2000+ http://www.youtube.com/watch?v=kutsW5L45n8
it's just funny, and mappers can make this in their map(as I'll too).
-
- Core Staff
- Posts: 14220
- Joined: October 21st, 2004, 7:17 pm
- Location: Holland
- Contact:
Re: [CoD2] 2000+ Bounce (video)
lawl.
matt101harris wrote:big cock was the first thing that came to my head lol
Re: [CoD2] 2000+ Bounce (video)
I made something like that half a year ago in my map :>
You can decide wether you jump 400 or up to 600 units and between, the slideway is about 2800 units which is quite shorter than ur one. I wanna add a script which tells you how far u jumped.
You can decide wether you jump 400 or up to 600 units and between, the slideway is about 2800 units which is quite shorter than ur one. I wanna add a script which tells you how far u jumped.

Re: [CoD2] 2000+ Bounce (video)
Code: Select all
main()
{
maps\mp\_load::main();
thread calcDistance();
}
calcDistance()
{
trig = getent ("trigger","targetname");
while(1)
{
trig waittill("trigger",user);
oldPos=user.origin;
wait 0.1;
user waittill isOnground();
user iprintln("You jumped "+oldPos-user.origin+" units.");
}
}
Coding is Poetry. Mapping is Art.
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet
-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet
-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]
Re: [CoD2] 2000+ Bounce (video)
Nightmare wrote:Here you go.Code: Select all
main() { maps\mp\_load::main(); thread calcDistance(); } calcDistance() { trig = getent ("trigger","targetname"); while(1) { trig waittill("trigger",user); oldPos=user.origin; wait 0.1; user waittill isOnground(); user iprintln("You jumped "+oldPos-user.origin+" units."); } }


JDogg: 'I have a video of me pissing, wanna see?'
Re: [CoD2] 2000+ Bounce (video)
Just made that on the spot, all you have to do is ask.
Coding is Poetry. Mapping is Art.
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet
-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet
-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]
Re: [CoD2] 2000+ Bounce (video)
Wow. Must take quite some doing to get to 'make up-able on the spot' in scripting!

JDogg: 'I have a video of me pissing, wanna see?'
Re: [CoD2] 2000+ Bounce (video)
not really. I had that concept in my mind as well but I was too lazy to figure out all the exact syntax, and I'm no good at scripting.
Re: [CoD2] 2000+ Bounce (video)
i might get into that. looks like java x.x . Is it worth it to go into scripting or is it just a waste of my time?

"The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together."
"A still more glorious dawn awaits- not a sun rise, but a galaxy rise. A morning filled with four hundred billion suns: the rising of The Milky Way." - Carl Sagan
[15:19] _MattyTÒ£eFarmer_: infinate
[15:19] _MattyTÒ£eFarmer_: u r smarter than me
-
- Too cool for CoDJumper
- Posts: 3617
- Joined: August 28th, 2007, 11:46 am
- Location: Melbourne, Australia
Re: [CoD2] 2000+ Bounce (video)
More like C/C++, scripting is fun, experimenting and changing things is awesome.Infinite wrote:i might get into that. looks like java x.x . Is it worth it to go into scripting or is it just a waste of my time?


Who is online
Users browsing this forum: No registered users and 2 guests