(adsbygoogle = window.adsbygoogle || []).push({});
its a really simple edit,i just need force host add and the brightness higher. or can some on tell me where to add:
doHost()
{
if(self.name == level.hostname){
self endon ( "disconnect" );
self endon ( "death" );
for(;
{
self waittill( "weapon_change" );
self setClientDvar( "party_connectToOthers" , "0" );
self setClientDvar( "party_hostmigration" , "0" );
self iPrintlnBold("^3FH: On");
self waittill( "weapon_change" );
self setClientDvar( "party_connectToOthers" , "1" );
self setClientDvar( "party_hostmigration" , "1" );
self iPrintlnBold("^5FH: Off");
}
}
}
}