View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-10-2010 , 06:35   Re: Round Terminator
Reply With Quote #25

Can you run this small plugin and give me the output ?

Code:
    #include <amxmodx>     #include <orpheu>     #include <orpheu_advanced>     public plugin_init ()     {         new address = OrpheuGetFunctionAddress( OrpheuGetFunction( "UpdateTeamScores", "CHalfLifeMultiplay" ) );           new bytes[ 32 ];         OrpheuGetBytesAtAddress( address, bytes, sizeof bytes );                 new sig[ 256 ];         new len;                 for ( new i; i < sizeof bytes; i++ )         {             len += formatex( sig[ len ], charsmax( sig ) - len, "%x ", bytes[ i ] );         }                 log_amx( "UpdateTeamScores : %s", sig );         server_print( "UpdateTeamScores : %s", sig );     }

If possible, 2 times, and before doing the second, restart hlds ( not a restart command ).
I did not ask, but you have tested under windows, right ?
__________________
Arkshine is offline