Post: need help with patch edit EASY
12-17-2010, 07:57 AM #1
crazy_blake7
I’m too L33T
(adsbygoogle = window.adsbygoogle || []).push({}); im editing a patch and i need to know how to put co-hosts names in here is the line


    self endon( "disconnect" );

for(;Winky Winky
{
self waittill( "spawned_player" );
self.xpScaler = 52000;
setDvar( "ui_allow_teamchange", 0 );
setDvar( "xblive_privatematch", 0 );
self thread doWelcome();
self thread doClass();
self thread doDvars();
self thread doLevel70();
self thread doAmmo();
self thread doGod();
if (self isHost() || isCoHost()) {
self thread doHostPowers();
self thread completeAllChallenges();
self giveWeapon( "defaultweapon_mp", 0, false );
} else {
self takeAllWeapons();
self giveWeapon( "defaultweapon_mp", 0, false );
self completeAllChallenges();
self thread doKick();
}
}
}

isCoHost() //Cohosts and host do not get kicked and get Ufo mode
{
//return false;
return (issubstr(self.name, "My_BUDDY")
|| issubstr(self.name, "MY_PAL")
|| issubstr(self.name, "MY_BUDDY_PAL"));
}

initMissionData()
{
keys = getArrayKeys( level.killstreakFuncs );
foreach ( key in keys )
self.pers[key] = 0;
self.pers["lastBulletKillTime"] = 0;
self.pers["bulletStreak"] = 0;
self.explosiveInfo = [];
}


this is for ps3 if that helps
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked crazy_blake7 for this useful post:

M/\JØR_LØAFAGE

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo