mirror of
				https://github.com/ineedbots/t4_bot_warfare.git
				synced 2025-10-27 21:56:56 +00:00 
			
		
		
		
	playername
This commit is contained in:
		| @@ -447,13 +447,15 @@ fixPerksAndScriptKick() | ||||
| */ | ||||
| onDisconnectPlayer() | ||||
| { | ||||
| 	name = self.name; | ||||
|  | ||||
| 	self waittill( "disconnect" ); | ||||
| 	waittillframeend; | ||||
| 	 | ||||
| 	for ( i = 0; i < level.bots.size; i++ ) | ||||
| 	{ | ||||
| 		bot = level.bots[ i ]; | ||||
| 		bot BotNotifyBotEvent( "connection", "disconnected", self, self.name ); | ||||
| 		bot BotNotifyBotEvent( "connection", "disconnected", self, name ); | ||||
| 	} | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user