lzm Posted September 5, 2020 Share Posted September 5, 2020 (edited) Hi... How to convert this message into a server broadcast? Thanks The files located inside battleground.cpp if (!bg) { ShowWarning("bq_queue_join_solo: Could not find battleground \"%s\" requested by %s (AID: %d / CID: %d)\n", name, sd->status.name, sd->status.account_id, sd->status.char_id); return; } --- edit --- I figure it out by using intif_broadcast Edited September 5, 2020 by lzm Quote Link to comment Share on other sites More sharing options...
Hi...
How to convert this message into a server broadcast? Thanks
The files located inside battleground.cpp
--- edit ---
I figure it out by using
intif_broadcast
Edited by lzmLink to comment
Share on other sites