Road Dog
Erst einmal ein herzliches Dankeschön für die tollen Anleitungen dank derer mein Server schon 3 Monate problemlos läuft.
Ich habe jetzt eine kleine Bestrafung für's Campen eingeführt was auch funzt bis auf.
// Message to display to a player that died while being marked.
set awe_anticamp_msg_died "mein Text"
Der Text wird einfach nicht angezeigt.
Der ganze Anticamping Teil sieht so aus:
///////////////////////////////////
// Anti camping (off by default) //
///////////////////////////////////
// Maxmal allowed camping time in seconds. (0 = turns function off) (default 0)
set awe_anticamp_time "90"
// Time that the player will be marked for camping in seconds. (default 90)
// Settings this to 0 makes the mark stay until killed.
set awe_anticamp_marktime "60"
// Punishment method for campers (default 0)
// 0 = mark on compass
// 1 = Use random punishment
// 2 = kill
// 3 = blow
// 4 = drop weapon, force to prone and shellshock for 15 seconds
set awe_anticamp_method "0"
// Interval in seconds between random messing with camper (0 = turns function off) (default 0)
// Randomizes between tripping, 5 seconds shellshock and painsound.
set awe_anticamp_fun "5"
// Message to display to a player that survived while being marked.
set awe_anticamp_msg_survived "Mein Text" <---- diese Meldung wird angezeigt
// Message to display to a player that died while being marked.
set awe_anticamp_msg_died "mein Text" <---- diese Meldung wird nicht angezeigt
Könnt Ihr mir sagen warum die Meldung bei Tot nicht kommt?
PS: Falls es relevant ist der Server läuft unter Linux.
Ich habe jetzt eine kleine Bestrafung für's Campen eingeführt was auch funzt bis auf.
// Message to display to a player that died while being marked.
set awe_anticamp_msg_died "mein Text"
Der Text wird einfach nicht angezeigt.
Der ganze Anticamping Teil sieht so aus:
///////////////////////////////////
// Anti camping (off by default) //
///////////////////////////////////
// Maxmal allowed camping time in seconds. (0 = turns function off) (default 0)
set awe_anticamp_time "90"
// Time that the player will be marked for camping in seconds. (default 90)
// Settings this to 0 makes the mark stay until killed.
set awe_anticamp_marktime "60"
// Punishment method for campers (default 0)
// 0 = mark on compass
// 1 = Use random punishment
// 2 = kill
// 3 = blow
// 4 = drop weapon, force to prone and shellshock for 15 seconds
set awe_anticamp_method "0"
// Interval in seconds between random messing with camper (0 = turns function off) (default 0)
// Randomizes between tripping, 5 seconds shellshock and painsound.
set awe_anticamp_fun "5"
// Message to display to a player that survived while being marked.
set awe_anticamp_msg_survived "Mein Text" <---- diese Meldung wird angezeigt
// Message to display to a player that died while being marked.
set awe_anticamp_msg_died "mein Text" <---- diese Meldung wird nicht angezeigt
Könnt Ihr mir sagen warum die Meldung bei Tot nicht kommt?
PS: Falls es relevant ist der Server läuft unter Linux.
Zitat: