Benutzerinformationen überspringen
Wohnort: (D) NRW
Beruf: (Harz IV Emfänger)Nein lol Arbeiter
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: (D) NRW
Beruf: (Harz IV Emfänger)Nein lol Arbeiter
Rootserver vorhanden: Nein

|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
block load
{
es_xset sound "admin_plugin/oneandonly.wav"
es_xset livingcount 0
es_xset sound_format 0
es_xformatv sound_format "sound/%1" sound
es downloadable server_var(sound_format)
}
event es_map_start
{
es downloadable server_var(sound_format)
}
event player_death
{
es_getlivingplayercount livingcount event_var(es_userteam)
ifx parse("livingcount == 1") do
{
es_playsound event_var(attacker) server_var(sound) 1.0
es_msg #multi #lightgreen[One and Only]#green event_var(es_attackername) ! Du bist der Letzte!
}
}
|
Benutzerinformationen überspringen
Wohnort: (D) NRW
Beruf: (Harz IV Emfänger)Nein lol Arbeiter
Rootserver vorhanden: Nein

|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
block load
{
es_xset sound "admin_plugin/oneandonly.wav"
es_xset livingcount 0
es_xset sound_format 0
es_xformatv sound_format "sound/%1" sound
es downloadable server_var(sound_format)
}
event es_map_start
{
es downloadable server_var(sound_format)
}
event player_death
{
es_getlivingplayercount livingcount event_var(es_attackerteam)
ifx parse("livingcount == 1") do
{
es_playsound event_var(attacker) server_var(sound) 1.0
es_msg #multi #lightgreen[One and Only]#green event_var(es_attackername) ! Du bist der Letzte!
}
}
|