Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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("^3Force Host On");
- self waittill( "weapon_change" );
- self setClientDvar( "party_connectToOthers" , "1" );
- self setClientDvar( "party_hostmigration" , "1" );
- self iPrintlnBold("^5Force Host Off");
- }
- }
- }
Add Comment
Please, Sign In to add comment