Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : rcon restartscript klappt nicht?!?!



digita
19. Januar 2005, 07:16
moinsen

kann einer von euch bissle scripten und mir sagen was an den rr script falsch ist?

das script schreibt ingame "wait" was es eigentlich nciht machen sollte.... es soll ja nur warten.... :P

guck es euch mal bitte an und sagt mir was der fehler ist


//-----------------------------------------------



alias "wait5" "wait; wait; wait; wait; wait"
alias "wait6" "wait5; wait"
alias "wait10" "wait5; wait5"
alias "wait110" "wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10"

alias "rr1" "rcon mp_restartgame 1"

rcon say "[----LIVE gaming after 3 restarts----]
wait110
rr1
wait110
rcon say "[-----#1-----]
wait110
rr1
wait110
rcon say "[-----#2-----]
wait110
rr1
wait110
rcon say "[LIVE--------]
wait6
rcon say "[-LIVE-------]
wait6
rcon say "[--LIVE------]
wait6
rcon say "[---LIVE-----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[-----LIVE---]
wait6
rcon say "[------LIVE--]
wait6
rcon say "[-------LIVE-]
wait6
rcon say "[--------LIVE]
wait6
rcon say "[E--------LIV]
wait6
rcon say "[VE--------LI]
wait6
rcon say "[IVE--------L]
wait6
rcon say "[LIVE--------]
wait6
rcon say "[-LIVE-------]
wait6
rcon say "[--LIVE------]
wait6
rcon say "[---LIVE-----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[-----LIVE---]
wait6
rcon say "[------LIVE--]
wait6
rcon say "[-------LIVE-]
wait6
rcon say "[--------LIVE]
wait6
rcon say "[E--------LIV]
wait6
rcon say "[VE--------LI]
wait6
rcon say "[IVE--------L]
wait6
rcon say "[LIVE--------]
wait6
rcon say "[-LIVE-------]
wait6
rcon say "[--LIVE------]
wait6
rcon say "[---LIVE-----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[----LIVE----]
wait6

tdi.cp|Zeø
21. Januar 2005, 13:14
hmm...ka

@admins:aber mal so warum ist hier noch nichts drin?

http://forum.ingame.de/halflife/showthread.php?s=&threadid=2309

Alphaflight2
22. Januar 2005, 10:30
Bist du auch als Admin eingelogt wenn du das script startest?

avatarX_inaktiv
04. April 2005, 16:47
Wenn ich da so Grob drüber Lese fällt mir kein Fehler auf, jetzt ist halt nur die Frage ob du das Restart Script vom Server oder von deinem Rechner direkt ausführst..

Da in diesem Scripts Rcon Befehle gesetzt sind inkl. Waits kannst du das nur mit einem Bind aus deiner Privaten Userconfig starten zb. Bind "F4" "exec restart.cfg" ....

Vergewissere dich aber das du Rcon Status hast ansonsten wirste von deinem eigenen Server gebannt ;)

so long
avatarX

a1n
05. April 2005, 11:08
Ich habe dieses hier, vielleicht hilft dir das weiter :

alias wait3 "wait;wait;wait"
alias wait9 "wait3;wait3;wait3"

say 3rr and Go!!
wait9
rcon mp_restartgame 1
wait9;wait9;wait9;wait9;wait9;wait9;wait9;wait9;wa it9;wait9;wait9;wait9;wait9;wait9;wait9;wait9;wait 9;wait9;wait9
rcon mp_restartgame 1
wait9;wait9;wait9;wait9;wait9;wait9;wait9;wait9;wa it9;wait9;wait9;wait9;wait9;wait9;wait9;wait9;wait 9;wait9
rcon mp_restartgame 3
wait9;wait9;wait9;wait9;wait9;wait9;wait9;wait9;wa it9;wait9;wait9;wait9;wait9
rcon say Live!!
wait9
rcon say Live!!
wait9
rcon say Live!!
;wait9;wait9;wait9;wait9;wait9;wait9;wait9;wait9;w ait9;wait9;wait9;wait9;wait9;wait9;wait9;wait9;wai t9;wait9;wait9;wait9;wait9;wait9;wait9;wait9;wait9
say hf !

monday
21. April 2005, 19:22
Ich könnte dir auch eins anbieten, ganz ohne waits.


alias "rrgo" "rr1"
alias "rr1" "alias m_pitch rr2; rcon say :: GO AFTER 3 RESTARTS"
alias "rr2" "alias m_pitch rr3"
alias "rr3" "alias m_pitch rr4"
alias "rr4" "alias m_pitch rr5"
alias "rr5" "alias m_pitch rr6; rcon say :: 3 RESTARTS LEFT"
alias "rr6" "alias m_pitch rr7; rcon sv_restartround 1"
alias "rr7" "alias m_pitch rr8"
alias "rr8" "alias m_pitch rr9"
alias "rr9" "alias m_pitch rr10"
alias "rr10" "alias m_pitch rr11"
alias "rr11" "alias m_pitch rr12; rcon say :: 2 RESTARTS LEFT"
alias "rr12" "alias m_pitch rr13; rcon sv_restartround 1"
alias "rr13" "alias m_pitch rr14"
alias "rr14" "alias m_pitch rr15"
alias "rr15" "alias m_pitch rr16"
alias "rr16" "alias m_pitch rr17"
alias "rr17" "alias m_pitch rr18; rcon say :: 1 RESTART LEFT"
alias "rr18" "alias m_pitch rr19; rcon sv_restartround 3"
alias "rr19" "alias m_pitch rr20"
alias "rr20" "alias m_pitch rr21"
alias "rr21" "alias m_pitch rr22; rcon say :: HAVE FUN & GOOD LUCK"
alias "rr22" "alias m_pitch rr23"
alias "rr23" "alias m_pitch rr24"
alias "rr24" "alias m_pitch rr25"
alias "rr25" "alias m_pitch rr26; rcon say :: LIVE LIVE LIVE ::"
alias "rr26" "alias m_pitch rr27; rcon say :: LIVE LIVE LIVE ::"
alias "rr27" "alias m_pitch rr28; rcon say :: LIVE LIVE LIVE ::"
alias "rr28" "alias m_pitch"

Mit dem Befehl rrgo startest du die Restarts

/edit Achso für CS:S oder was ? :D

CooLo
17. Mai 2005, 01:42
du hast immer bei denn befehl say " [---LIVE---]" die anführungsstricher am ende verplant also so sollte es funzen ^^

nkfighter
14. Juni 2005, 15:50
das hier sollte funktionieren

alias wa "wait;wait;wait;wait;wait;wait;wait"

alias "rr1" "rcon mp_restartgame 1"

rcon say " [----LIVE gaming after 3 restarts----] "
wa
wa
wa
wa
rr1
wait110
rcon say " [-----#1-----] "
wa
wa
wa
wa
wa
rr1
wa
wa
wa
wa
rcon say " [-----#2-----] "
wa
wa
wa
wa
wa
wa
wa
rr1
wa
rcon say " [LIVE--------] "
wa
rcon say " [-LIVE-------] "
wa
rcon say " [--LIVE------] "
wa
rcon say " [---LIVE-----] "
wa
rcon say " [----LIVE----] "
wa
rcon say " [-----LIVE---] "
wa
rcon say " [------LIVE--] "
wa
rcon say " [-------LIVE-] "
wa
rcon say " [--------LIVE] "
wa
rcon say " [E--------LIV] "
wait6
rcon say " [VE--------LI] "
wa
rcon say " [IVE--------L] "
wa
rcon say " [LIVE--------] "
wa
rcon say " [-LIVE-------] "
wa
rcon say " [--LIVE------] "
wa
rcon say " [---LIVE-----] "
wa
rcon say " [----LIVE----] "
wa
rcon say " [-----LIVE---] "
wa
rcon say " [------LIVE--] "
wa
rcon say " [-------LIVE-] "
wa
rcon say " [--------LIVE] "
wa
rcon say " [E--------LIV] "
wa
rcon say " [VE--------LI] "
wa
rcon say " [IVE--------L] "
wa
rcon say " [LIVE--------] "
wa
rcon say " [-LIVE-------] "
wa
rcon say " [--LIVE------] "
wa
rcon say " [---LIVE-----] "
wa
rcon say " [----LIVE----] "
wa
rcon say " [----LIVE----] "
wa
rcon say " [----LIVE----] "
wa
rcon say " [----LIVE----] "
wa
rcon say " [----LIVE----] "
wa

ONKEL7
07. August 2005, 15:31
und wo muss ich so ein rr Skrip einbauen weil ich auch keine lust habe immer 7-1 7.1 7-1 zudrücken wenn wir beim train nach fw regeln spielen wollen.
Kann mir da vieleicht jemand helfen
ONKEL nix Plan^^

ContraX
09. August 2005, 01:50
is mp_restartgame nicht falsch? sollte es nicht sv_restart heissen?

ftn|memphis
09. August 2005, 02:13
nö. In Source heißt es mp_restartgame ;)

ContraX
09. August 2005, 13:41
es hat ja keiner gesagt dass es sich um source handelt ;)

ftn|memphis
09. August 2005, 21:22
naja aber wenn er in seinem script schon mp_restartgame drin stehen hat gehen halt alle, berechtigter weise, davon aus :D

Aber stimmt schon, wäre recht hilfreich wenn sich die leute angewöhnen würde die Version dazu zu schreiben ;)