Post: RC car script online
01-26-2011, 03:37 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
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_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 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" );
}

mods can you close this its in wrong place i just put another post up where it belong thanks...
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo