eXoR
23.01.2005, 17:22
also.. ich hab mir mal ein script gebastelt..... (viel zeit gebraucht) jetzt gibt es aber ein RIESEN Problem! und zwar:
Ich hab mir im commandmenu das geschrieben:
"2" "Auto. Crossh.farbe aendern"
{
"1" "Aus (*)" "buntoff;motd_write Automatisches Crosshairfarbe wechseln ein;devon; motd; devoff"
"2" "Ein" "bunton;motd_write Automatisches Crosshairfarbe wechseln aus;devon; motd; devoff"
"2" "Ein (mit Transparenz)" "buntontrans;motd_write Automatisches Crosshairfarbe wechseln aus;devon; motd; devoff"
}
und in der script.cfg:
alias "+links" "+moveleft; .crosshair"
alias "-links" "-moveleft"
alias "+rechts" "+moveright; .crosshair"
alias "-rechts" "-moveright"
alias "+vorwaerts" "+forward; .crosshair"
alias "-vorwaerts" "-forward"
alias "+rueckwaerts" "+back; .crosshair"
alias "-rueckwaerts" "-back"
alias "buntontrans" "alias .crosshair adjust_crosshair"
alias "buntoff" "alias .crosshair none"
alias "bunton" "exec eXe/bunton.rc"
und jedesmal wenn ich cs neu starte is das wieder wie vorher, also wie kann man die alias speichern das es so bleibt (so ist es mit fast allen anderen befehlen, ausser mit den cl_..... befehlen!)
danke für die hilfe![/code]
Ich hab mir im commandmenu das geschrieben:
"2" "Auto. Crossh.farbe aendern"
{
"1" "Aus (*)" "buntoff;motd_write Automatisches Crosshairfarbe wechseln ein;devon; motd; devoff"
"2" "Ein" "bunton;motd_write Automatisches Crosshairfarbe wechseln aus;devon; motd; devoff"
"2" "Ein (mit Transparenz)" "buntontrans;motd_write Automatisches Crosshairfarbe wechseln aus;devon; motd; devoff"
}
und in der script.cfg:
alias "+links" "+moveleft; .crosshair"
alias "-links" "-moveleft"
alias "+rechts" "+moveright; .crosshair"
alias "-rechts" "-moveright"
alias "+vorwaerts" "+forward; .crosshair"
alias "-vorwaerts" "-forward"
alias "+rueckwaerts" "+back; .crosshair"
alias "-rueckwaerts" "-back"
alias "buntontrans" "alias .crosshair adjust_crosshair"
alias "buntoff" "alias .crosshair none"
alias "bunton" "exec eXe/bunton.rc"
und jedesmal wenn ich cs neu starte is das wieder wie vorher, also wie kann man die alias speichern das es so bleibt (so ist es mit fast allen anderen befehlen, ausser mit den cl_..... befehlen!)
danke für die hilfe![/code]