|
Off-Topic Hier ist die allgemeine Plauder-Ecke. Alles, was sonst nirgends reinpasst kommt hier rein |
|
Themen-Optionen | Ansicht |
24.03.2017, 14:01 | #1 | |||||||||||
Profi
Registriert seit: 07.03.2008
Ort: Dahemme
Beitr?ge: 678
Abgegebene Danke: 44
Erhielt 240 Danke für 28 Beiträge
Downloads: 35
Uploads: 0 Nachrichten: 3425 Renommee-Modifikator:
1422 |
Dynamische Banner TS3
da ich nicht wusste wohin so richtig in welche Ecke denke mal hier ist es gut aufgehoben.
jeder kennt die Dynamischen Banner im Teamspeak die verschiedene Stats anzeigen da mir mein ALter aufn leim ging hab ich mir mal was neues gezaubert aus einzelnen Pic´s ich wollts euch nicht vorenthalten und lasse euch mal teilhaben denke mal eine grosse hilfe brauch ich nicht geben da die sowas haben damit umgehen können und sollten !! oder wie man es installiert. der Banner die koordinaten & arrays für die config Code:
$config['textfield'][] = [ 'text' => 'Willkommen: [%nickname%]', 'xpos' => '10', 'ypos' => '35', 'fontsize' => '25', 'fontfile' => 'font/bank.ttf', 'color' => '#000000', ]; $config['textfield'][] = [ 'text' => 'Uhrzeit: %date% - %timeHi%', 'xpos' => '10', 'ypos' => '65', 'fontsize' => '25', 'fontfile' => 'font/bank.ttf', 'color' => '#000000', ]; $config['textfield'][] = [ 'text' => 'Servername: %servername%', 'xpos' => '10', 'ypos' => '95', 'fontsize' => '25', 'fontfile' => 'font/bank.ttf', 'color' => '#000000', ]; $config['textfield'][] = [ 'text' => 'Admin On', 'xpos' => '25', 'ypos' => '176', 'fontsize' => '15', 'fontfile' => 'font/bank.ttf', 'color' => '#8b0000', ]; $config['textfield'][] = [ 'text' => '%groupcount[hier eure Servergruppen ID,]%/3', 'xpos' => '50', 'ypos' => '205', 'fontsize' => '20', 'fontfile' => 'font/autobahn.ttf', 'color' => '#ffffff', ]; $config['textfield'][] = [ 'text' => 'Slots', 'xpos' => '40', 'ypos' => '238', 'fontsize' => '18', 'fontfile' => 'font/bank.ttf', 'color' => '#8b0000', ]; $config['textfield'][] = [ 'text' => '%realclients%/%maxclients%', 'xpos' => '45', 'ypos' => '265', 'fontsize' => '20', 'fontfile' => 'font/autobahn.ttf', 'color' => '#ffffff', ]; $config['textfield'][] = [ 'text' => 'Ping', 'xpos' => '45', 'ypos' => '300', 'fontsize' => '18', 'fontfile' => 'font/bank.ttf', 'color' => '#8b0000', ]; $config['textfield'][] = [ 'text' => '%ping_floored% ms', 'xpos' => '40', 'ypos' => '330', 'fontsize' => '20', 'fontfile' => 'font/autobahn.ttf', 'color' => '#ffffff', ]; $config['textfield'][] = [ 'text' => 'Status', 'xpos' => '180', 'ypos' => '176', 'fontsize' => '15', 'fontfile' => 'font/bank.ttf', 'color' => '#8b0000', ]; $config['textfield'][] = [ 'text' => '%status%', 'xpos' => '177', 'ypos' => '205', 'fontsize' => '18', 'fontfile' => 'font/autobahn.ttf', 'color' => '#ffffff', ]; $config['textfield'][] = [ 'text' => 'System', 'xpos' => '168', 'ypos' => '238', 'fontsize' => '18', 'fontfile' => 'font/bank.ttf', 'color' => '#8b0000', ]; $config['textfield'][] = [ 'text' => '%platform%', 'xpos' => '160', 'ypos' => '265', 'fontsize' => '18', 'fontfile' => 'font/bank.ttf', 'color' => '#ffffff', ]; $config['textfield'][] = [ 'text' => 'Streams', 'xpos' => '170', 'ypos' => '300', 'fontsize' => '15', 'fontfile' => 'font/bank.ttf', 'color' => '#8b0000', ]; $config['textfield'][] = [ 'text' => '%groupcount[hier eure Stream ID,]%/10', 'xpos' => '200', 'ypos' => '329', 'fontsize' => '18', 'fontfile' => 'font/autobahn.ttf', 'color' => '#ffffff', ]; für die sich sowas machen wollen ich nutze das Script von Multivitamin
__________________
Scheiß auf Tidy & Co. die Funktion muss Funktionieren |
|||||||||||
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, G?ste: 1) | |
|
|