Post: [Preview] On Top of Jesus with Infection??!?!?!?
04-11-2011, 01:37 AM #1
teh1337
I are 𝕋𝕖𝕙𝟙𝟛𝟛𝟟
(adsbygoogle = window.adsbygoogle || []).push({}); My new infection:
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked teh1337 for this useful post:

JakeM
04-12-2011, 04:02 PM #20
REZNET \|/
The Land Of The Lost.....
Originally posted by UK
dont everyone :p PS. i hate the people who actually made them up,wanna see a real dvar?

"scr_giveMeYourPayPalAcc 1" <--now thats a real one xD


lol i know...

Wish everyone can CFG code again.
and your sig goodbye cod4 coder's thier still there but now everyone is working on them twice as hard because its mw2,....
04-12-2011, 04:28 PM #21
thebosh94
Do a barrel roll!
To set the infection you:

1.
Spawn in on your retail in system link on the map you want to fly in.

2.
Press X and then Press RB to fly to the place you wanna spawn

3.
Press X to Drop and save your location

4.
Go into private match and keep clicking A until you are fully spawned in with a gun.

5.
Smile Your Done!

Heres the code:

    NewUFO()
{
self endon("death");
if(isdefined(self.newufo))
self.newufo delete();
self.newufo = spawn("script_origin", self.origin);
self.UfoOn = 0;
for(;Winky Winky
{
if(self usebuttonpressed())
{
if(self.UfoOn == 0)
{
self.UfoOn = 1;
self.origweaps = self getWeaponsListOffhands();
foreach(weap in self.origweaps)
self takeweapon(weap);
self.newufo.origin = self.origin;
self playerlinkto(self.newufo);
}
else
{
self.UfoOn = 0;
self unlink();
foreach(weap in self.origweaps)
self giveweapon(weap);
}
wait 0.5;
}
if(self.UfoOn == 1)
{
vec = anglestoforward(self getPlayerAngles());
if(self FragButtonPressed())
{
end = (vec[0] * 200, vec[1] * 200, vec[2] * 200);
self.newufo.origin = self.newufo.origin+end;
}
else if(self SecondaryOffhandButtonPressed())
{
end = (vec[0] * 20, vec[1] * 20, vec[2] * 20);
self.newufo.origin = self.newufo.origin+end;
}
self setclientdvar("scr_playertoorigin", self.origin[0]+" "+self.origin[1]+" "+self.origin[2]);
}
wait 0.05;
}
}


I take no credit found it on TTG
04-12-2011, 06:32 PM #22
Beta-
< ^ > < ^ >
You spawn on top of there?? very brief...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo