Post: [CODE] Dolphin Dive Converted In COD4.
08-24-2011, 12:52 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Here The Dolphin Dive Code MW2 Converted In COD4 By Me. // Originaly in Black Ops.

    Dive()
{
self endon("disconnect");
self thread mapsmpgametypes_hud_message::hintMessage("Press [{+breath_sprint}] and [{+stance}] to dive.");
self thread buttons();
for(;Winky Winky
{
self waittill( "Run" );
self waittill( "Dive" );
self setPlayerAngles(self.angles + (22, 0, 0));
self setOrigin(self.origin+(0,0,25));
wait .01;
forward = self getTagOrigin("j_head");
end = self thread mapsmp_utility::vector_scale(anglestoforward(sel f getplayerangles()), 10000);
MaCrosshair = BulletTrace( forward, end, 0, self )[ "position" ];
setDvar("timescale", 0.4 );
wait .01;
self setOrigin(MaCrosshair+(0,0,0));
self SetStance( "prone" );
self freezeControls(true);
wait .2;
setDvar("timescale", 1 );
wait .5;
self freezeControls(false);
}
}
buttons()
{
if (self getStanceButtonPressed())
{
self notify("Dive");
}
if (self sprintButtonPressed())
{
self notify("Run");
}




Im 100% Sure It Works. Smile

Original Thread You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to x-Roniie-x. for this useful post:

Baby-panama, xNinjaMoDz
08-28-2011, 04:14 PM #38
Correy
I'm the Original
Originally posted by xBaByxR0Nii3x
Oh :p Okay Winky WinkyWinky Winky


i changed the buttons too
    
self waittill("sprint_begin");
if (self getStance()=="crouch")


that done the job Winky Winky
08-28-2011, 04:27 PM #39
Blackstorm
Veni. Vidi. Vici.
Originally posted by Correy View Post
i changed the buttons too
    
self waittill("sprint_begin");
if (self getStance()=="crouch")


that done the job Winky Winky


You found the waittill! =D
08-28-2011, 04:33 PM #40
Correy
I'm the Original
Originally posted by Blackstorm View Post
You found the waittill! =D


yeah, i didn't realize ha.. i used to use this code all the time /facepalm
08-30-2011, 05:16 PM #41
looks good but is it laggy or is that your pc ?
09-11-2011, 01:46 AM #42
austinmod
Do a barrel roll!
where do you put the files
09-11-2011, 11:32 AM #43
Originally posted by austinmod View Post
where do you put the files


What Files? You put the script in Fast File...
09-11-2011, 02:27 PM #44
Correy
I'm the Original
Originally posted by xBaByxR0Nii3x
What Files? You put the script in Fast File...


guess who got this fully working :dance:

---------- Post added at 03:27 PM ---------- Previous post was at 03:27 PM ----------

Originally posted by austinmod View Post
where do you put the files


even if you did put it in the correct place it will still not work cause the script don't work
09-11-2011, 02:34 PM #45
Originally posted by Correy View Post
guess who got this fully working :dance:

---------- Post added at 03:27 PM ---------- Previous post was at 03:27 PM ----------



even if you did put it in the correct place it will still not work cause the script don't work


LoL It's just I Reply to him, I Know the script dont work Winky Winky
09-11-2011, 02:35 PM #46
Correy
I'm the Original
Originally posted by xBaByxR0Nii3x
LoL It's just I Reply to him, I Know the script dont work Winky Winky


you need to state that though..

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo