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 :waytogo:
# Send alert to everyone
/rcon svalert "all"...
Background
I've been working on several server scripts the last couple of months one example of which is the money system on my server. These scripts work by reading the g_log for updates, parsing them and then acting on the information. While working with this log I found a couple things that...
The elo system made by Blake_won is returning to EMP|Duel which is now a ranked server! This means you will gain elo after winning a ranked duel and lose elo after losing one.
Commands:
!elo (to show your current elo-rating)
!duel <Player Name> (to challenge/accept a duel)
EMP Duel IP...
Hello, we're working on a script for a server and we're fairly new to this whole python scripting thing, so please be patient with us. We are trying to capture the event of two people initiating a duel with each other.
We have logs that save who kill who and such, but we'd like to figure out...
INTRODUCTION...
Binding multiple separately used weapons, powers and abilities on to a single button:
/bind <key> "+force_lightning; +force_grip; force_distract; force_speed; weapon 10"│
Used separately yet, commonly (Lightning, Grip, Mind Trick, Speed, Granade) under one single button...