*** empty log message ***
This commit is contained in:
parent
2c4e566098
commit
af4a4c38b1
|
@ -59,7 +59,7 @@ void report_error( int code, char* fmt, ... )
|
||||||
//File fp( "error_amx.log","a" );
|
//File fp( "error_amx.log","a" );
|
||||||
//fp << string;
|
//fp << string;
|
||||||
print_srvconsole( string );
|
print_srvconsole( string );
|
||||||
print_srvconsole("[AMX] Make sure that modules are compatible with AMX %s\n" , AMX_VERSION );
|
print_srvconsole("[AMX] Make sure that modules are compatible with AMX Mod X %s\n" , AMX_VERSION );
|
||||||
print_srvconsole("[AMX] Please fix the problem then start the server again\n" );
|
print_srvconsole("[AMX] Please fix the problem then start the server again\n" );
|
||||||
}
|
}
|
||||||
sleep( 5 );
|
sleep( 5 );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user