connect and disconnect msgs

This commit is contained in:
ineedbots 2021-10-24 03:02:48 -06:00
parent afbf583e3b
commit 18db99ac83

View File

@ -665,9 +665,22 @@ onPlayerConnect()
level waittill( "connected", player );
player thread onChangeKit();
print( "Player connected: " + player.name + " guid " + player getGuid() + "\n" );
player thread onPlayerDisconnect();
}
}
onPlayerDisconnect()
{
name = self.name;
guid = self getGuid();
self waittill( "disconnect" );
print( "Player disconnected: " + name + " guid " + guid + "\n" );
}
watchNuke()
{
setDvar( "scr_spawnpointfavorweight", "" );