TWLan Forum

Full Version: Karten Fehler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
ja leider Sad
hast du vielleicht 2 welten?
nein, nur eine, das gleiche kommt aber öfter:
Bei der Karte
Im stamm bei diplomatie
Und im stamm bei einladungen
das ist klar. führe mal diesen code aus:
Code:
-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `ally_contracts`
--

CREATE TABLE `ally_contracts` (
  `from_ally` int(11) NOT NULL,
  `type` varchar(10) collate latin1_general_ci NOT NULL,
  `to_ally` int(11) NOT NULL,
  `short` varchar(6) collate latin1_general_ci NOT NULL,
  `id` int(11) NOT NULL auto_increment,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=9 ;

--
-- Daten für Tabelle `ally_contracts`
--


-- --------------------------------------------------------
Lösch die Datenbank, dann erstelle sie wieder und führe den Code aus.
Dann funktionierts...

MfG Manuel
ja cool es geht.... TTTHHHXX!!
Das gibt gleich eine gute bewertung Smile
welches hast du denn jetzt gemacht? meins oder das vom slimshady95?
Pages: 1 2