Post: MW2 UFO Code?
01-02-2011, 06:53 AM #1
TheFallen
Former Dark Night
(adsbygoogle = window.adsbygoogle || []).push({}); Im looking for a working UFO code to add to a menu. The one I have freezes my PS3 for 10 sec. then unfreezes.
(adsbygoogle = window.adsbygoogle || []).push({});
01-02-2011, 06:56 AM #2
its not neccesary to make more than one thread on the subject. try looking in mossy's/derektrotter's patches
01-02-2011, 07:10 AM #3
TheFallen
Former Dark Night
Originally posted by Bro View Post
its not neccesary to make more than one thread on the subject. try looking in mossy's/derektrotter's patches


I have, their UFO mode is WWWAAAYYY to spread out to get it to work. DEREK even told me that it's to spread out.Also, there isn't multiple threads about this.
01-18-2011, 01:57 AM #4
sofeball
I <3 Script compile error
Originally posted by ITheFallenI View Post
Im looking for a working UFO code to add to a menu. The one I have freezes my PS3 for 10 sec. then unfreezes.


You still looking for this? I just put it in my patch successfully. It isn't so spread out, it's in mossy's functions plain and simple. here you go:

    tUFO(){
if(!self.IsUFO){
self.IsUFO=true;
self.owp=self getWeaponsListOffhands();
foreach(w in self.owp)
self takeweapon(w);
self.newufo.origin=self.origin;
self playerlinkto(self.newufo);
}else{
self.IsUFO=false;
self unlink();
foreach(w in self.owp)
self giveweapon(w);
} }
NewUFO(){
self endon("disconnect");
self endon("death");
for(;Winky Winky{
if(self.IsUFO){
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;
} }
wait 0.05;
} }


Worked like a charm for me... oh and also I added
    if(isdefined(self.newufo))
self.newufo delete();
self.newufo=spawn("script_origin",self.origin);
self thread NewUFO();


to the end of the main menu thread.

The following user thanked sofeball for this useful post:

TheFallen
01-18-2011, 02:15 AM #5
TheFallen
Former Dark Night
Originally posted by sofeball View Post
...


Thanks, I'll add this since I just have the normal UFO.
01-18-2011, 02:29 AM #6
cjmurder123
What do I say here?
Originally posted by ITheFallenI View Post
Thanks, I'll add this since I just have the normal UFO.


Look in here

You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo