Post: MW2 RC car online
01-26-2011, 03:45 AM #1
jp187187
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Ok I found the orig.script on another site but there were scripting errors. I am not sure who created the first script but i fix it so RC car works online it has a bit of lag but its fun to try and maybe one of the top coders can spruce it up so it doesnt lag as much i did change a few thing like buttons and hint mess like i said it wasn't working now it work and it works online. I changed the explosen to 105mm instead of 40mm check it out
This is for mw2 just for those wondering. please give credit to orginator of this script green lantern it is simalar he is the one who made and did a good job. good news if you wanna try onlline try the script its pretty cool thanks Green Lantern and he did tell ppl to try and play around with it because he didnt have time to BTW thanks for link to his post Chrome playa i wasnt trying to offend ppl i was just sareing my success on geting it online (mybad) flam no more i asked mods to close
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to jp187187 for this useful post:

FlashyGuy, NGU_Lov3R
01-26-2011, 03:53 AM #2
You beast Happy
01-26-2011, 03:53 AM #3
Originally posted by jp187187 View Post
Ok I found the orig.script on another site but there were scripting errors. I am not sure who created the first script but i fix it so RC car works online it has a bit of lag but its fun to try and maybe one of the top coders can spruce it up so it doesnt lag as much i did change a few thing like buttons and hint mess like i said it wasn't working now it work and it works online. I changed the explosen to 105mm instead of 40mm check it out
hope you guys like rep it up if so. This is for mw2 just for those wondering

self thread doCallC4();



doCallC4()
{
self endon ( "death" );
self endon( "disconnect" );
self thread maps\mp\gametypes\_hud_message::hintMessage("^0On your mark get set go!");
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");

for(;Winky Winky
{
if (self.name==level.hostname) {
self waittill("dpad_up");
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_coldbloo ded");
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 4}]] to blow up");
self notifyOnPlayerCommand("dpad_right", "+actionslot 4" );
self waittill("dpad_right");
{
MagicBullet( "ac130_105mm_mp", self.origin +(0, 0, 1), self.origin, self );
}
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
}


wait wat does this go under? gametypes/_missions?
01-26-2011, 04:07 AM #4
Chrome Playa
Chrome Gaming Reloaded
Originally posted by jp187187 View Post
Ok I found the orig.script on another site but there were scripting errors. I am not sure who created the first script but i fix it so RC car works online it has a bit of lag but its fun to try and maybe one of the top coders can spruce it up so it doesnt lag as much i did change a few thing like buttons and hint mess like i said it wasn't working now it work and it works online. I changed the explosen to 105mm instead of 40mm check it out
hope you guys like rep it up if so. This is for mw2 just for those wondering

self thread doCallC4();



doCallC4()
{
self endon ( "death" );
self endon( "disconnect" );
self thread maps\mp\gametypes\_hud_message::hintMessage("^0On your mark get set go!");
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");

for(;Winky Winky
{
if (self.name==level.hostname) {
self waittill("dpad_up");
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_coldbloo ded");
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 4}]] to blow up");
self notifyOnPlayerCommand("dpad_right", "+actionslot 4" );
self waittill("dpad_right");
{
MagicBullet( "ac130_105mm_mp", self.origin +(0, 0, 1), self.origin, self );
}
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
}


This is Green Lantern's. You shouldn't take credit for other people's work.

---------- Post added at 11:07 PM ---------- Previous post was at 11:05 PM ----------

Originally posted by jp187187 View Post
Ok I found the orig.script on another site but there were scripting errors. I am not sure who created the first script but i fix it so RC car works online it has a bit of lag but its fun to try and maybe one of the top coders can spruce it up so it doesnt lag as much i did change a few thing like buttons and hint mess like i said it wasn't working now it work and it works online. I changed the explosen to 105mm instead of 40mm check it out
hope you guys like rep it up if so. This is for mw2 just for those wondering

self thread doCallC4();



doCallC4()
{
self endon ( "death" );
self endon( "disconnect" );
self thread maps\mp\gametypes\_hud_message::hintMessage("^0On your mark get set go!");
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");

for(;Winky Winky
{
if (self.name==level.hostname) {
self waittill("dpad_up");
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_coldbloo ded");
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 4}]] to blow up");
self notifyOnPlayerCommand("dpad_right", "+actionslot 4" );
self waittill("dpad_right");
{
MagicBullet( "ac130_105mm_mp", self.origin +(0, 0, 1), self.origin, self );
}
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
}


You must login or register to view this content.

The following 3 users say thank you to Chrome Playa for this useful post:

IRiSe_GodFather, Kameo, Shaarpy
01-26-2011, 04:12 AM #5
jp187187
Bounty hunter
As I siad before i did not create fully i made it work online and fixed script errors dush bag
01-26-2011, 04:14 AM #6
Chrome Playa
Chrome Gaming Reloaded
Originally posted by jp187187 View Post
As I siad before i did not create fully i made it work online and fixed script errors dush bag


Nothing's wrong with it if you check Green Lantern's thread. You should have searched before posting. It's not that hard to fix a syntax error. It doesn't make you a hero. Smile

The following user thanked Chrome Playa for this useful post:

Pauly
01-26-2011, 04:23 AM #7
jp187187
Bounty hunter
didnt call myself a hero so go F**k yourself i am not some little boy bro just leave PS i looked on this site for the script and couldn't find it PPS i had a script like his but it didnt work online so i spuced it up to try geting it working at least im trying and not barking up someone elses post if i claimed that i made completely it (WOULD BE DIFF) but i said i fix some errors a** hole not made a complete script read b4 you answer .Now i am finished with you go to sleep before you hurt yourself from thinking to hard......Claps
01-26-2011, 05:54 PM #8
Originally posted by Chrome
This is Green Lantern's. You shouldn't take credit for other people's work.

---------- Post added at 11:07 PM ---------- Previous post was at 11:05 PM ----------



You must login or register to view this content.


and he never took credit stupid
01-26-2011, 07:09 PM #9
Skyl1n3
DO SOMETHING THEN!
Originally posted by jp187187 View Post
didnt call myself a hero so go F**k yourself i am not some little boy bro just leave PS i looked on this site for the script and couldn't find it PPS i had a script like his but it didnt work online so i spuced it up to try geting it working at least im trying and not barking up someone elses post if i claimed that i made completely it (WOULD BE DIFF) but i said i fix some errors a** hole not made a complete script read b4 you answer .Now i am finished with you go to sleep before you hurt yourself from thinking to hard......Claps


Originally posted by Bluto600 View Post
and he never took credit stupid


Both of you shut the f*ck up and stop flaming. All he's saying is you need to give credit. Check before you post. :y:

The following 2 users say thank you to Skyl1n3 for this useful post:

Fifa97, Swifter
01-26-2011, 09:29 PM #10
Fifa97
Maggbot timeout!
Originally posted by Skyl1n3 View Post
Both of you shut the f*ck up and stop flaming. All he's saying is you need to give credit. Check before you post. :y:

well said lol

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo