mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-05-15 14:34:50 +00:00
playername
This commit is contained in:
parent
dfe2ba0c47
commit
1e0daca087
@ -855,13 +855,15 @@ onPlayerConnect()
|
||||
*/
|
||||
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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user