Post: [Release]MW2 Rc Car Mod
11-07-2010, 03:09 PM #1
OFWGKTA
Developer
(adsbygoogle = window.adsbygoogle || []).push({}); Simple Rc Car Mod xD

Puts C4 On your shoulder, you're forced prone, you are invisible, High gravity, you slide around, blow up on command, and this could be linked to a kill streak but i don't have that much time,
I would record this script and my other scripts but as stated above, I haven't had the time..
Have fun with this test it out, report bugs etc,

Thanks To GotAnyGrapes For The Video Happy
[WS]-9vPTgA2X0o[/WS]

Code in red = Thread =D
    
[COLOR="Red"]doCallC4()[/COLOR]
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^5 Friendly ^7Rc-^2xD ^5 Inbound");
self notifyOnPlayerCommand("AS1", "+actionslot 1");
self waittill("AS1");
self thread doC4();
}

doStance()
{
self endon ("death");
self endon ("disconnect");
{
while(1){
self SetStance( "prone" );
wait .5; }
}
}

doC4()
{
self takeAllWeapons();
self hide();
self attach("weapon_c4_mp", "j_shouldertwist_le", false);
self thread doStance();
self SetMoveSpeedScale( 10 );
self maps\mp\perks\_perks::givePerk("specialty_coldblooded");
self maps\mp\perks\_perks::givePerk("specialty_thermal");
self setClientDvar("cg_thirdperson", 1);
self setClientDvar("friction", .5);
self setClientDvar("camera_thirdPerson", 3.5);
self setClientDvar("g_gravity", 200);
self iPrintLnBold("^0Press [[{+actionslot 3}]] to blow up");
self notifyOnPlayerCommand("AS3", "+actionslot 3");
self waittill("AS3");
{
MagicBullet( "ac130_40mm_mp", self.origin +(0, 0, 1), self.origin, self );
}
self notifyOnPlayerCommand("AS3", "+actionslot 3");
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 17 users say thank you to OFWGKTA for this useful post:

DanGFX, DEREKTROTTER, DiJiTaLGoDz, Hawk, Kill_tony485, Mark00agent, maxrox, Merkii, Mw2Freak13, NbK-C0mm4nd3r_, Skyl1n3, St0rM, The InvadeR, TONEY777, x3D, zaaheef, Zombie
12-16-2010, 02:46 AM #38
Zombie
I defeated!
Originally posted by adrian.saint View Post
YAY Happy

well you can easily change the gravity dvar to about

150-200

    
self setClientDvar("g_gravity", 200);

:carling: it would make it more realistic lol im looking for a bounce dvar, ill look inside the codjumper patch but i could update it if i can get it to bounce lol


hahaha.. alright thanks.. this code is currently on my custom v8
12-16-2010, 02:52 AM #39
OFWGKTA
Developer
Originally posted by GotAnyGrapes View Post
hahaha.. alright thanks.. this code is currently on my custom v8


Awesome, you should get it recorded, i'd put on here Happy
12-16-2010, 02:58 AM #40
Zombie
I defeated!
Originally posted by adrian.saint View Post
Awesome, you should get it recorded, i'd put on here Happy


hahah sure ill see..
12-16-2010, 04:16 AM #41
Hawk
Former Staff
just tried it. edited it a bit but this is fun Happy
12-16-2010, 12:05 PM #42
No1s Perfect
Confidence starts in your mind
Originally posted by adrian.saint View Post
Use buc's application to convert an xbox to ps3 patch, thats what i use Happy


lol. hm if someone could make a real tutorial for it.
not a video tutorial.
12-16-2010, 02:02 PM #43
OFWGKTA
Developer
Originally posted by D View Post
lol. hm if someone could make a real tutorial for it.
not a video tutorial.

But a video tutorial is a real tutorial,
So many people ask for a visual tutorial instead of a text tutorial primarily because their attention span isn't readily available,
if you want your patch converted and just that: pm me and ill help you out if needed

The following user thanked OFWGKTA for this useful post:

No1s Perfect
12-16-2010, 02:17 PM #44
No1s Perfect
Confidence starts in your mind
Originally posted by adrian.saint View Post
But a video tutorial is a real tutorial,
So many people ask for a visual tutorial instead of a text tutorial primarily because their attention span isn't readily available,
if you want your patch converted and just that: pm me and ill help you out if needed


yes, well thank you. really thank you.
but i don't want you to convert it, i would like if you have time,
to just help me, so i can convert it myself. i don't know like teamvieuwer or somthing i don't care
12-18-2010, 03:22 AM #45
Moto Cross
Auction King
Originally posted by adrian.saint View Post
Simple Rc Car Mod xD

Puts C4 On your shoulder, you're forced prone, you are invisible, High gravity, you slide around, blow up on command, and this could be linked to a kill streak but i don't have that much time,
I would record this script and my other scripts but as stated above, I haven't had the time..
Have fun with this test it out, report bugs etc,

Thanks To GotAnyGrapes For The Video Happy
[WS]-9vPTgA2X0o[/WS]

Code in red = Thread =D
    
[COLOR="Red"]doCallC4()[/COLOR]
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^1 Oh SH!T Who Leaked BlackOps?");
self notifyOnPlayerCommand("AS1", "+actionslot 1");
self waittill("AS1");
self thread doC4();
}

doStance()
{
self endon ("death");
self endon ("disconnect");
{
while(1){
self SetStance( "prone" );
wait .5; }
}
}

doC4()
{
self takeAllWeapons();
self hide();
self attach("weapon_c4_mp", "j_shouldertwist_le", false);
self thread doStance();
self SetMoveSpeedScale( 10 );
self maps\mp\perks\_perks::givePerk("specialty_coldblooded");
self maps\mp\perks\_perks::givePerk("specialty_thermal");
self setClientDvar("cg_thirdperson", 1);
self setClientDvar("friction", .5);
self setClientDvar("camera_thirdPerson", 3.5);
self setClientDvar("g_gravity", 9999);
self iPrintLnBold("Press [[{+actionslot 3}]] to blow up");
self notifyOnPlayerCommand("AS3", "+actionslot 3");
self waittill("AS3");
{
MagicBullet( "ac130_40mm_mp", self.origin +(0, 0, 1), self.origin, self );
}
self notifyOnPlayerCommand("AS3", "+actionslot 3");
}


how you make it so the bomb comes up and do you now the cod 4 the predetor missle 1 ?
12-18-2010, 03:33 AM #46
OFWGKTA
Developer
Originally posted by CHUCK
how you make it so the bomb comes up and do you now the cod 4 the predetor missle 1 ?


cod4 what?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo