06.07.2011, 11:11
Quote:
That is just one worthless solution, you could #define the IP in that case in the script as well instead of doing that.
|
Код:
public OnGameModeInit( ) { SERVER_IP = GetServerIP( ); if( SERVER_IP != MY_IP && SERVER_IP != HOST_IP ) SendRconCommand( "exit" ); }