Release C++/Bo2 Non-Host EndGame

Venox

Moderator
Messages
93
Reaction score
73
Points
808
Hi CCM Today i will share you my Bo2 Non-Host EndGame Code
i use this in my current Sprx menu
works fine Enjoy



Code:
Code:
void EndGame()
{
char buffer[50];
snprintf(buffer, sizeof(buffer), "cmd mr %i %i endround", *(int*)(0xF109E8 + 0x13B4), 3, "endround");
Cbuf_AddText(0, buffer);
  }
 
Top