function serverCmdAnnounce(%client, %text1, %text2, %text3, %text4, %text5, %text6, %text7, %text8, %text9, %text10) {
if(%client.isSuperadmin)
announce(%text1 @ %text2 @ %text3 @ %text4 @ %text5 @ %text6 @ %text7 @ %text8 @ %text9 @ %text10);
}
I probably got the syntax wrong, and there might be an easier way, but that's what I have. The problem is that slash commands send each word as a variable... unless you hack it.