因為dll檔已經寫死 要改只能從源碼改
這裡有源碼(ver1.49)https://github.com/CCNHsK-Dev/SyPB/tree/master/Project%20SyPB
直接到support.cpp專案
https://github.com/CCNHsK-Dev/SyPB/blob/master/Project%20SyPB/SyPB%20BOT/source/support.cpp
找到下面這行
if (dest & 0x3ff)
(*g_engfuncs.pfnClientPrintf) (ent, static_cast <PRINT_TYPE> (dest &= ~0x3ff), FormatBuffer ("[SyPB] %s", string));
把那行的"[SyPB] %s"改成"%s"
改完後自己用VS編譯
這裡有源碼(ver1.49)https://github.com/CCNHsK-Dev/SyPB/tree/master/Project%20SyPB
直接到support.cpp專案
https://github.com/CCNHsK-Dev/SyPB/blob/master/Project%20SyPB/SyPB%20BOT/source/support.cpp
找到下面這行
if (dest & 0x3ff)
(*g_engfuncs.pfnClientPrintf) (ent, static_cast <PRINT_TYPE> (dest &= ~0x3ff), FormatBuffer ("[SyPB] %s", string));
把那行的"[SyPB] %s"改成"%s"
改完後自己用VS編譯