- Posts
- 283
- Likes
- 386
It would be nice to have a new RCON command that displays a message somewhere in the top middle of the screen. With this script/plugin creators could for instance re-create some of the unreal tournament style killing spree messages
Code:
# Send alert to everyone
/rcon svalert "all" <message>
# Send alert to specific player
/rcon svalert <client id> <message>
/rcon svalert 0 "^1Double Kill"
/rcon svalert "all" "^7Tournament starting in ^35 ^7minutes"