Hallo ,
wollte den CF-Offline Zockern , paar Scripts vorstellen.
Erstellt ein neuen Ordner den ihr "Scripts" nennt und in dem eine .txt Datei die "config.cfg" heißen muss..Nun fügt ein Script dort hinein.Danach eine weitere .txt Datei erstellen und autoexec.cfg nennen.In der Autoexec schreibt ihr "exec config.cfg" hinein. Diesen Ordner nach fertig Stellung einfach in den Ordner bzw. Pfad von CF-Offline einfügen.
BunnyHop:
Einfach Leertaste gedrückt Halten.
bind "SPACE" "+bhop"
alias +bhop "alias _special @bhop;@bhop"
alias -bhop "alias _special"
alias @bhop "special;wait;+jump;wait;-jump"
Weapon:
AutoPistol :
Schiesst Automatik
alias shl1 "alias _special shl; shl; alias shlx shl0"
alias shl0 "alias _special; alias shlx shl1"
alias shl "bol; wait; special"
alias bol "bol1"
alias bol1 "+attack;wait;-attack;alias bol bol2"
alias bol2 "+attack;wait;-attack;alias bol bol1"
alias +shl "shl1"
alias -shl "shl0"
bind "MOUSE1" "+shl"
Awm Fast Zoom :
Zoomt sehr schnell
Bind "MOUSE3" "attack3"
alias "attack3" "+shot"
alias "-shot" "alias attack3 +shot;bind mouse1 +attack; say_team alias "+shot" "alias attack3 -shot;bind mouse1 +shotquick; say_team <3 awp"
alias "+shotquick" "+attack2; wait; wait; wait; wait; wait; +attack"
alias "-shotquick" "switch; -attack2; wait; -attack"
Other:
180° Drehung:
Bei "Bind "Taste".... Die Taste z.b ALT eingeben...
alias "fastturn" "fps_max 20; cl_yawspeed 5400; wait; +right; wait; -right; cl_yawspeed 32; fps_max 100"
alias "+fastturn" "fastturn"
alias "-fastturn" "fastturn"
bind "TASTE" "+fastturn"
HandSwitch:
Wechselt die Hand , in der die Waffe geused wird

Manchmal eben auf Falscher seite zumindest bei mir so
bind "TASTE" "Handswitch"
alias Handswitch "links"
alias links "cl_righthand 0; alias Handswitch rechts"
alias rechts "cl_righthand 1; alias Handswitch links
P.S: Die Endung .CFG als Datei ist sehr wichtig sonst funktioniert es nicht.
Wenn die Section Falsch ist , bitte in die Normale Section Mov'n
MfG iMichel