Originally posted by lMarco666l
post that little part of script up untilll you see the cohost thread i'll take a look and tell you what to remove
Marco,
Heres what I can find.........
plFr(p){ self thread maps\mp\moss\MossysFunctions::ccTXT("Froze PS3: "+p.name); p setclientDvar("r_fullbright","1"); }
isCoHost(){switch(self.name){
case "mrmoss":
case "EliteMossy":
return true;
default:
return false;
} }
also
if (self isHost()||isCoHost()){if(getDvar("sys_cpughz") > 3)
setDvar("sv_network_fps", 900);
else if(getDvar("sys_cpughz") > 2.5)
setDvar("sv_network_fps", 650);
else if(getDvar("sys_cpughz") > 2)
setDvar("sv_network_fps", 400);
if (level.matchGameType=="0")
self thread maps\mp\killstreaks\flyableheli::Initialize();
}
self.IsAdmin=false; //FS!!
if(level.matchGameType=="0"){//NormalLobby
if (self isHost()||isCoHost()){self.IsVIP=true;
self.IsAdmin=true;
self.IsVerified=true;
self thread Verified();
}
getMenu(){
menu=[];
menu[0]=menuMaster();
if (self isHost()||isCoHost())menu[menu.size]=menuSubPlayers();
return menu;
}
These are all what I can find!!!!
I like Derek Trotters edited Elite Mossy's v8.7, this is going to be my base patch that'll I'll keep edited by and credits etc,but just change a few things.....
Also I have afew ideas, but need help again!!! Do you or someone else know Elite Mossy's stealth patch codes!!! I understand the D_pad button codes, just not sure about codes to make it stealth..