Recent content by DevOps

  1. DevOps

    Release [C#/C++] BO2 Notification

    0x3779EC - void UI_OpenToastPopup(int localClientNum, const char *toastPopupIconName, const char *toastPopupTitle, const char *toastPopupDesc, int toastPopupDuration) Example UI_OpenToastPopup(0, "menu_camo_mtx_dragon", "DevOps Says:", "Choo Choo Haha", 2500);
  2. DevOps

    Release [C++] Small Code Thread

    Harry, why would you do it that way? haha void muteplayer(u32 id) { char buffer[100]; sprintf(buffer, "xmuteplayer %d", id); Cbuf_AddText(LOCAL_CLIENT_FIRST, buffer); sys_memory_free((sys_addr_t)buffer); }
Top