Originally Posted by Jewness12
Eh... There's an /admin_wall function in the runnable,
/admin_wall has two types.
0 - normal message
1 - popup message < [while in lobby][won't work ingame though, it will just be like ZChatOutput]
to get it work, copy ChatCmd_AdminAnnounce function,
and where the announce(not the chatcmd) function is being called,look for push 0 several times above it.
change it to 1,
and make a new command (ex; /admin_popup) that calls that new copy.
that's what I did, and it works just fine.
if you want to permanently delete /admin_Wall and change it to admin_popup
don't copy the whole thing, just change push 0 to push 1.
btw, I just woke up so if something doesn't sound right its because I'm sleepy.
piccie :
Spoiler:
I have all my test things on the runnable.
I drop a med and create an anti-hack thread LUL.
I have admin commands like /slash, /showID, /showstageID, /goto <stage ID> and one of them is /admin_popup
not too hard to understand.