Find Cbuff_Addtext and Sv_GameServerCommand for mw3
Find Cbuff_Addtext and Sv_GameSendServerCommand for mw3
Cbuff_Addtext
search in the string window :
"screenshot\n"
so here : Cbuff_Addtext = 0x545650
Sv_GameSendServerCommand
search in the string window :
"%c "GAME_VOTEFAILED" or
"%c "GAME_PASSED"
so here : SV_GameSendServerCommand = 0x5731E0
With a simple source code in c# on how to use it should be perfect ! Thanks.