mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
adjust last seen format in game interface
This commit is contained in:
@ -134,7 +134,7 @@ PlayerSpawnEvents()
|
||||
|
||||
self IPrintLnBold( "Welcome, your level is ^5" + clientData.permissionLevel );
|
||||
wait( 2.0 );
|
||||
self IPrintLnBold( "You were last seen ^5" + clientData.lastConnection );
|
||||
self IPrintLnBold( "You were last seen ^5" + clientData.lastConnection + " ago" );
|
||||
}
|
||||
|
||||
|
||||
@ -467,7 +467,7 @@ GetClosestPerformanceClientForTeam( sourceTeam, excluded )
|
||||
|
||||
else if ( candidateValue < closest )
|
||||
{
|
||||
scripts\_integration_base::LogDebug( candidateValue + " is the new best value ");
|
||||
scripts\_integration_base::LogDebug( candidateValue + " is the new best value " );
|
||||
choice = players[i];
|
||||
closest = candidateValue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user