Post your cool enemy_down messages!

Forum for Skins, Maps, Configs etc.

Moderators: Moderators, Mappers

Lotus
killed itself
Posts: 401
Joined: Tue Dec 28, 2004 1:52 pm
In-game Name: kk'lok
Location: oslo
Mouse: diamondback
Location: no
Contact:

Post by Lotus »

-Whos your daddy?
I pleasure myself, everyday.
>kk'lok
emu
Syndrome of a Down
Posts: 1444
Joined: Thu Jul 31, 2003 10:38 pm
Location: no
Contact:

Post by emu »

[quote="Lotus"]-Whos your daddy?
Call me your valentine call me once tonight
UllDott
hit the ground hard, real hard
Posts: 89
Joined: Sat Mar 26, 2005 6:52 am
Location: no
Contact:

Post by UllDott »

Well.. You are his "daddy" now
Zap
is connecting
Posts: 3
Joined: Mon Aug 14, 2006 5:06 pm
Location: ee

Post by Zap »

Janner wrote:
Zap wrote:I really need some aprq2 configs, * i mean like enemy down messages but whit numbers, if someone would be so kind please...
Like... The number of the person you killed this round? I'll make one for you then, skmz asked for it too...

EDIT:

Code: Select all

// Killmsg script for AprQ2 1.19, by Janner.

alias killmsg_ killmsg_1
alias killmsg_1 "radioteam $roundkills$;say_team :: [$roundkills$] Enemy down * [%K] with [%W] <msg> ::"
alias killmsg_2 "radioteam $roundkills$;say_team :: [$roundkills$] Enemy down * [%K] with [%W] <msg> ::"
alias killmsg_3 "radioteam $roundkills$;say_team :: [$roundkills$] Enemy down * [%K] with [%W] <msg> ::"
alias killmsg_4 "radioteam $roundkills$;say_team :: [$roundkills$] Enemy down * [%K] with [%W] <msg> ::"

bind w "alias killmsg_ killmsg_1;+forward"
bind a "alias killmsg_ killmsg_2;+moveleft"
bind s "alias killmsg_ killmsg_3;+back"
bind d "alias killmsg_ killmsg_4;+moveright"

trigger "set roundkills 1" "LIGHTS..."

alias counter_autoenemyd "killmsg_;inc roundkills 1"
this is the AprQ2 1.19 'version' of Haudrauf's script. I edited my Apr 1.19, and I don't want to do that again for Apr 1.20. This script chooses an enemydown msg by pressing w, a, s or d, the common movement keys.

You can edit the 'killmsg_number' aliases, and put in your own message. Have fun ;)

Thanks dude!!!
Post Reply