Post: Nukes in carepackages works!!
11-27-2010, 12:02 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); This surprised me a bit, but I tried this in my patch and it works online!

EDIT: I'm not 100% sure why, but since I used TheUnk0wn's force host dvars, this works in ALL game modes online now! The only problem is that it works for everyone else as well so you can get nuked from someone elses carepackage :( .
I think it maybe some thing to do with this dvar : setDvar("sv_cheats",1) ?



It works in the second game you play, so host a game, throw some care packages to "infect" yourself, then the next game you play it should work.
just put this in onPlayerSpawned() or wherever you want..

    self setClientDvar( "scr_airdrop_mega_ac130", "500" );
self setClientDvar( "scr_airdrop_mega_nuke", "500" );
self setClientDvar( "scr_airdrop_ac130", "500" );
self setClientDvar( "scr_airdrop_nuke", "500" );


I personally combined it with this to make it a real WTF? for noobs online

    SCP(){
self endon("death");
for(;Winky Winky
{
self waittill( "weapon_fired" );
n=BulletTrace( self getTagOrigin("tag_eye"),anglestoforward(self getPlayerAngles())*100000,0,self)["position"];
dropCrate =maps\mp\killstreaks\_airdrop::createAirDropCrate( self.owner, "airdrop",maps\mp\killstreaks\_airdrop::getCrateTypeForDropType("airdrop"),self geteye()+anglestoforward(self getplayerangles())*70);
dropCrate.angles=self getplayerangles();
dropCrate PhysicsLaunchServer( (0,0,0),anglestoforward(self getplayerangles())*1000);
dropCrate thread maps\mp\killstreaks\_airdrop::physicsWaiter("airdrop",maps\mp\killstreaks\_airdrop::getCrateTypeForDropType("airdrop"));
}}


^^ That makes you shoot nuke carepackages from your gun Smile

Video added. Its not great but if you look carefully at the beggining you will see the nuke carepackages..

[ame]https://www.youtube.com/watch?v=CsoHMHY_MFI[/ame]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 10 users say thank you to x_DaftVader_x for this useful post:

angel_of_deth, Fifa97, frankaugurk, IDontbreak, jp187187, Mr. Aimbot, Mr. Star, QS&SnD, Skyl1n3, Solid Snake
01-06-2011, 01:29 AM #47
jp187187
Bounty hunter
Thanks for the code bro works like a dream!
01-06-2011, 01:41 AM #48
ShadowSoldier36
Trophy Request King
wow nice thx 4 sharing

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo