Forum

> > CS2D > Scripts > CW/FW/Normal Script.
Forums overviewCS2D overview Scripts overviewLog in to reply

German CW/FW/Normal Script.

2 replies
To the start Previous 1 Next To the start

old CW/FW/Normal Script.

TIger
User Off Offline

Quote
Nun, da ich zu blöd bin und das nicht hin bekomme meld ich mich hier mal.

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
//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

old Re: CW/FW/Normal Script.

Yasday
User Off Offline

Quote
Hast einfach nur vergessen das rcon vor dem ersten command stehen muss ( nach rcon_pw ... ). Beispiel: bind "d" "rcon_pw lol; rcon mp_autoteambalance 0; sv_msg 'Geladen!'"
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview