| 
		
			| Re: Console outputs of evicts [message #469202 is a reply to message #469133] | Wed, 13 June 2012 03:30   |  
			| 
				
				
					|  StealthEye Messages: 2518
 Registered: May 2006
 Location: The Netherlands
 
	Karma: 
 | General (2 Stars) |   
 |  |  
	| cNetwork::evictClient outputs: "Player has been evicted. Client address: %s; Reason: %S;\n", ipaddress, reason
 
 reasons are:
 Anything custom that calls the Evict_Client API
 L"You have been kicked"
 L"You have been kicked for %s", reason
 L"You have been banned"
 L"You have been banned for %S", reason
 L"Invalid stealth effect texture found, you have been blocked by the anti-cheat"
 L"Invalid sniper scope texture found, you have been blocked by the anti-cheat"
 L"Invalid cameras.ini found, you have been blocked by the anti-cheat"
 L"Invalid surfaceeffects.ini found, you have been blocked by the anti-cheat"
 L"Invalid tt.ini found, you have been blocked by the anti-cheat"
 L"Invalid scopes.cfg found, you have been blocked by the anti-cheat"
 L"Invalid objects.ddb found, you have been blocked by the anti-cheat"
 L"Invalid map file found, you have been blocked by the anti-cheat"
 L"Invalid map file found, you have been blocked by the anti-cheat"
 L"Invalid map file found, you have been blocked by the anti-cheat"
 L"Invalid %S found, you have been blocked by the anti-cheat", fileName
 
 L"Connection to server has been refused:\n%s", refusalMessage
 -- Any refusalMessage in DefaultConnectionAcceptanceFilter::getStatus
 -- Any refusalMessage in BanSystem::getStatus
 -- Any custom connection acceptance filters
 -- L"The revision of TT %.2f you use (based on r%d) is not compatible with the server (based on r%d). Please make sure that both you and the server are up to date.", 4.0, client base revision number, server base revision number
 
 BlackIntel admin/founder/coder
 Please visit http://www.blackintel.org/
 [Updated on: Wed, 13 June 2012 03:33] Report message to a moderator |  
	|  |  |