Ich suche bzw. benötige ein Script das automatisch die Server-Settings verändert nachdem man eine Taste gedrückt hat.
Mein erstes Script sah so aus:
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
//Clanwar\\ bind "DEL" "rcon_pw ***; mp_autoteambalance 0; mp_buytime 0.25; mp_c4timer 35; mp_friendlyfire 1; sv_roundtime 2; mp_startmoney 800; rcon msg Clanwar-Settings loaded" //Funwar\\ bind "PGUP" "rcon_pw ***; mp_autoteambalance 0; mp_buytime 0.25; mp_c4timer 35; mp_friendlyfire 1; sv_roundtime 2; mp_startmoney 800; rcon msg Funwar-Settings loaded" //Normal\\ bind "PGDN" "rcon_pw ***; mp_autoteambalance 1; mp_buytime 0.5; mp_c4timer 30; mp_friendlyfire 0; sv_roundtime 4; mp_startmoney 16000; rcon msg Clanwar-Settings loaded"
Das einzige was funktionierte, war das ich mich via RCON-PW einloggen konnte und die msg "Clanwar-Settings loaded" wurde angezeigt.
Nun los, kritisiert das Script.
MFG
TIger