hast du die Tabelle richtig erstellt?
Beiträge von Dark Leary
-
-
nee muss es auf Samp4you hochladen weil da der server läuft über localhost
die fehlermeldung:
-
Ich verstehe es nicht, wie ich die hochladen kann... ich kann da nirgens auswählen auf welche datenbank ich hochladen will
-
he, dan muss ich ja mein ganzen Script umschreiben
-
Hi ist mal eine frage zu den Include: ocmd
und zwar wenn ich einen befehl machen z.B.ocmd:befehl(playerid,prarams[])
und dan InGame diesen Command groß schreibe also BEFEHL oder nicht genau so
wie ich ihn gescriptet habe, wird der Befehl nicht ausgeführt...
gibt es evtl. eine lösung dafür?Mfg.
-
Naja weiss nicht das ich da groß erklären soll, ich lasse den Textdraw unter Onplayerstatechange anzeigen:
if(newstate == PLAYER_STATE_DRIVER)
{
TextDrawShowForPlayer(playerid,Tacho[playerid]);
TextDrawShowForPlayer(playerid,Tachot0);
TextDrawShowForPlayer(playerid,Tachot1);
TextDrawShowForPlayer(playerid,Tachot2);
TextDrawShowForPlayer(playerid,Tachot3);
IsAnFracCar(playerid);
}if(oldstate == PLAYER_STATE_DRIVER)
{
TextDrawHideForPlayer(playerid,Tachot0);
TextDrawHideForPlayer(playerid,Tachot1);
TextDrawHideForPlayer(playerid,Tachot2);
TextDrawHideForPlayer(playerid,Tachot3);
TextDrawHideForPlayer(playerid,Tacho[playerid]);
}ja aber InGame wird er nicht angezeigt...
-
Jo bei OnPlayerStateChange
-
Tacho wird immernochnicht angezeigt
-
Hi wenn ich Tacho über OnPlayerUpdate laufen lasse, funktioniert er garnichtmehr...
public OnPlayerUpdate(playerid)
{
Tachometer();
return 1;
}
stock Tachometer()
{
for (new playerid=0; playerid<MAX_PLAYERS; playerid++)
{
if ( IsPlayerConnected(playerid) )
{
if(IsPlayerInAnyVehicle(playerid) )
{
new Float:chealth, speed_string[255], kmh, vehicleid = GetPlayerVehicleID(playerid), modelid = GetVehicleModel(vehicleid);
GetVehicleHealth(vehicleid, chealth);
kmh = getKmh(playerid, true);
if ( Tank[vehicleid] >= 5 )
{
if ( Motor[vehicleid] == false )
{
format(speed_string,255,"~B~Fahrzeug: ~W~%s~n~~B~Km/h: ~W~%d km/h~n~~B~Zustand: ~W~%d%%~n~~B~Motor: ~R~Aus~n~~B~Benzin: ~g~%d~W~/%d", PlayerVehicle[modelid - 400], kmh, floatround(chealth, floatround_round)/10, Tank[vehicleid], MAXFULL);
}
else
{
format(speed_string,255,"~B~Fahrzeug: ~W~%s~n~~B~Km/h: ~W~%d km/h~n~~B~Zustand: ~W~%d%%~n~~B~Motor: ~G~An~n~~B~Benzin: ~g~%d~W~/%d", PlayerVehicle[modelid - 400], kmh, floatround(chealth, floatround_round)/10, Tank[vehicleid], MAXFULL);
}
}
else
{
if ( Motor[vehicleid] == false )
{
format(speed_string,255,"~B~Fahrzeug: ~W~%s~n~~B~Km/h: ~W~%d km/h~n~~B~Zustand: ~W~%d%%~n~~B~Motor: ~R~Aus~n~~B~Benzin: ~r~%d~W~/%d", PlayerVehicle[modelid - 400], kmh, floatround(chealth, floatround_round)/10, Tank[vehicleid], MAXFULL);
}
else
{
format(speed_string,255,"~B~Fahrzeug: ~W~%s~n~~B~Km/h: ~W~%d km/h~n~~B~Zustand: ~W~%d%%~n~~B~Motor: ~G~An~n~~B~Benzin: ~r~%d~W~/%d", PlayerVehicle[modelid - 400], kmh, floatround(chealth, floatround_round)/10, Tank[vehicleid], MAXFULL);
}
}
TextDrawSetString(Tacho[playerid], speed_string);
}
else
{
TextDrawHideForPlayer(playerid, Tacho[playerid]);
}
}
}
return 1;
} -
Hi ich möchte das es richtig flüssig ist
weil momentan hängt es sostock getKmh(playerid,bool:kmh)
{
new Float:x,Float:y,Float:z,Float:rtn;
if(IsPlayerInAnyVehicle(playerid)) GetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,z); else GetPlayerVelocity(playerid,x,y,z);
rtn = floatsqroot(x*x+y*y+z*z);
return kmh?floatround(rtn * 50 * 1.61):floatround(rtn * 50);
} -
schreib mal statt Führerschein, schreibst "Fuehrerschein"
Habe ich schon... lässt sich trotzdem nicht hochladen...
@lPrototypel
ich möchte die doch nicht über script erstellen -
Jaa... aber ich schaffe es nicht die .sql datei hochzuladen...
ich habe es auf meine daten von script hochgeladen
aber dan wird es nicht hochgeladen... also es kommt immer errorsCode[Err] 1300 - Invalid utf8 character string: 'F\xFChrerschein'[Err] CREATE TABLE `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(24) NOT NULL, `Passwort` varchar(128) NOT NULL, `Level` int(11) NOT NULL DEFAULT '1', `Geld` int(11) NOT NULL DEFAULT '10000', `Skin` int(11) NOT NULL DEFAULT '137', `Member` int(11) NOT NULL DEFAULT '0', `Job` float NOT NULL DEFAULT '100', `Job Zeit` int(11) NOT NULL DEFAULT '0', `Leader` int(11) NOT NULL DEFAULT '0', `FrakRank` int(11) NOT NULL DEFAULT '0', `Member` int(11) NOT NULL DEFAULT '0', `Adminlevel` int(11) NOT NULL DEFAULT '0', `Supporter` int(11) NOT NULL DEFAULT '0', `Ban` int(11) NOT NULL DEFAULT '0', `F�hrerschein` int(11) NOT NULL DEFAULT '0', `Personalausweis` int(11) NOT NULL DEFAULT '0', `Wantedlevel` int(11) NOT NULL DEFAULT '0', `Krankenversicherung` int(11) NOT NULL DEFAULT '0', `Verwarnungen` int(11) NOT NULL DEFAULT '0', `Geschlecht` int(11) NOT NULL DEFAULT '0', `Waffenschein` int(11) NOT NULL DEFAULT '0', `Lunch` int(11) NOT NULL DEFAULT '0', `Angelschein` int(11) NOT NULL DEFAULT '0', `iPod` int(11) NOT NULL DEFAULT '0', `Fraktionsname` int(11) NOT NULL DEFAULT '0', `Bank` int(11) NOT NULL DEFAULT '0', `Geburtsjahr` int(11) NOT NULL DEFAULT '0', `Jailtime` int(11) NOT NULL DEFAULT '0', `Wanteds` int(11) NOT NULL DEFAULT '0', `Gestorben` int(11) NOT NULL DEFAULT '0', `PTX` int(11) NOT NULL DEFAULT '0', `PTY` int(11) NOT NULL DEFAULT '0', `PTZ` int(11) NOT NULL DEFAULT '0', `NextPayday` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=latin1;[Msg] Finished - Unsuccessfully--------------------------------------------------
....
ich weiss nicht wieso..
in meiner .sql datei ist das:
CodeDROP TABLE IF EXISTS `accounts`;CREATE TABLE `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(24) NOT NULL, `Passwort` varchar(128) NOT NULL, `Level` int(11) NOT NULL DEFAULT '1', `Geld` int(11) NOT NULL DEFAULT '10000', `Skin` int(11) NOT NULL DEFAULT '137', `Member` int(11) NOT NULL DEFAULT '0', `Job` float NOT NULL DEFAULT '100', `Job Zeit` int(11) NOT NULL DEFAULT '0', `Leader` int(11) NOT NULL DEFAULT '0', `FrakRank` int(11) NOT NULL DEFAULT '0', `Member` int(11) NOT NULL DEFAULT '0', `Adminlevel` int(11) NOT NULL DEFAULT '0', `Supporter` int(11) NOT NULL DEFAULT '0', `Ban` int(11) NOT NULL DEFAULT '0', `Führerschein` int(11) NOT NULL DEFAULT '0', `Personalausweis` int(11) NOT NULL DEFAULT '0', `Wantedlevel` int(11) NOT NULL DEFAULT '0', `Krankenversicherung` int(11) NOT NULL DEFAULT '0', `Verwarnungen` int(11) NOT NULL DEFAULT '0', `Geschlecht` int(11) NOT NULL DEFAULT '0', `Waffenschein` int(11) NOT NULL DEFAULT '0', `Lunch` int(11) NOT NULL DEFAULT '0', `Angelschein` int(11) NOT NULL DEFAULT '0', `iPod` int(11) NOT NULL DEFAULT '0', `Fraktionsname` int(11) NOT NULL DEFAULT '0', `Bank` int(11) NOT NULL DEFAULT '0', `Geburtsjahr` int(11) NOT NULL DEFAULT '0', `Jailtime` int(11) NOT NULL DEFAULT '0', `Wanteds` int(11) NOT NULL DEFAULT '0', `Gestorben` int(11) NOT NULL DEFAULT '0', `PTX` int(11) NOT NULL DEFAULT '0', `PTY` int(11) NOT NULL DEFAULT '0', `PTZ` int(11) NOT NULL DEFAULT '0', `NextPayday` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=latin1;
-
Hey ich schaffe es nicht die .sql datei hochzuladen...
ich habe es auf meine daten von script hochgeladen
aber dan wird es nicht hochgeladen... also es kommt immer errorsCode[Err] 1300 - Invalid utf8 character string: 'F\xFChrerschein'[Err] CREATE TABLE `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(24) NOT NULL, `Passwort` varchar(128) NOT NULL, `Level` int(11) NOT NULL DEFAULT '1', `Geld` int(11) NOT NULL DEFAULT '10000', `Skin` int(11) NOT NULL DEFAULT '137', `Member` int(11) NOT NULL DEFAULT '0', `Job` float NOT NULL DEFAULT '100', `Job Zeit` int(11) NOT NULL DEFAULT '0', `Leader` int(11) NOT NULL DEFAULT '0', `FrakRank` int(11) NOT NULL DEFAULT '0', `Member` int(11) NOT NULL DEFAULT '0', `Adminlevel` int(11) NOT NULL DEFAULT '0', `Supporter` int(11) NOT NULL DEFAULT '0', `Ban` int(11) NOT NULL DEFAULT '0', `F�hrerschein` int(11) NOT NULL DEFAULT '0', `Personalausweis` int(11) NOT NULL DEFAULT '0', `Wantedlevel` int(11) NOT NULL DEFAULT '0', `Krankenversicherung` int(11) NOT NULL DEFAULT '0', `Verwarnungen` int(11) NOT NULL DEFAULT '0', `Geschlecht` int(11) NOT NULL DEFAULT '0', `Waffenschein` int(11) NOT NULL DEFAULT '0', `Lunch` int(11) NOT NULL DEFAULT '0', `Angelschein` int(11) NOT NULL DEFAULT '0', `iPod` int(11) NOT NULL DEFAULT '0', `Fraktionsname` int(11) NOT NULL DEFAULT '0', `Bank` int(11) NOT NULL DEFAULT '0', `Geburtsjahr` int(11) NOT NULL DEFAULT '0', `Jailtime` int(11) NOT NULL DEFAULT '0', `Wanteds` int(11) NOT NULL DEFAULT '0', `Gestorben` int(11) NOT NULL DEFAULT '0', `PTX` int(11) NOT NULL DEFAULT '0', `PTY` int(11) NOT NULL DEFAULT '0', `PTZ` int(11) NOT NULL DEFAULT '0', `NextPayday` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=latin1;[Msg] Finished - Unsuccessfully--------------------------------------------------
....
ich weiss nicht wieso..
in meiner .sql datei ist das:
CodeDROP TABLE IF EXISTS `accounts`;CREATE TABLE `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(24) NOT NULL, `Passwort` varchar(128) NOT NULL, `Level` int(11) NOT NULL DEFAULT '1', `Geld` int(11) NOT NULL DEFAULT '10000', `Skin` int(11) NOT NULL DEFAULT '137', `Member` int(11) NOT NULL DEFAULT '0', `Job` float NOT NULL DEFAULT '100', `Job Zeit` int(11) NOT NULL DEFAULT '0', `Leader` int(11) NOT NULL DEFAULT '0', `FrakRank` int(11) NOT NULL DEFAULT '0', `Member` int(11) NOT NULL DEFAULT '0', `Adminlevel` int(11) NOT NULL DEFAULT '0', `Supporter` int(11) NOT NULL DEFAULT '0', `Ban` int(11) NOT NULL DEFAULT '0', `Führerschein` int(11) NOT NULL DEFAULT '0', `Personalausweis` int(11) NOT NULL DEFAULT '0', `Wantedlevel` int(11) NOT NULL DEFAULT '0', `Krankenversicherung` int(11) NOT NULL DEFAULT '0', `Verwarnungen` int(11) NOT NULL DEFAULT '0', `Geschlecht` int(11) NOT NULL DEFAULT '0', `Waffenschein` int(11) NOT NULL DEFAULT '0', `Lunch` int(11) NOT NULL DEFAULT '0', `Angelschein` int(11) NOT NULL DEFAULT '0', `iPod` int(11) NOT NULL DEFAULT '0', `Fraktionsname` int(11) NOT NULL DEFAULT '0', `Bank` int(11) NOT NULL DEFAULT '0', `Geburtsjahr` int(11) NOT NULL DEFAULT '0', `Jailtime` int(11) NOT NULL DEFAULT '0', `Wanteds` int(11) NOT NULL DEFAULT '0', `Gestorben` int(11) NOT NULL DEFAULT '0', `PTX` int(11) NOT NULL DEFAULT '0', `PTY` int(11) NOT NULL DEFAULT '0', `PTZ` int(11) NOT NULL DEFAULT '0', `NextPayday` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=latin1;
-
Okay aber wenn ich es hochladen will kommt dieser Fehler:
Code[Err] 1300 - Invalid utf8 character string: 'F\xFChrerschein'[Err] CREATE TABLE `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(24) NOT NULL, `Passwort` varchar(128) NOT NULL, `Level` int(11) NOT NULL DEFAULT '1', `Geld` int(11) NOT NULL DEFAULT '10000', `Skin` int(11) NOT NULL DEFAULT '137', `Member` int(11) NOT NULL DEFAULT '0', `Job` float NOT NULL DEFAULT '100', `Job Zeit` int(11) NOT NULL DEFAULT '0', `Leader` int(11) NOT NULL DEFAULT '0', `FrakRank` int(11) NOT NULL DEFAULT '0', `Member` int(11) NOT NULL DEFAULT '0', `Adminlevel` int(11) NOT NULL DEFAULT '0', `Supporter` int(11) NOT NULL DEFAULT '0', `Ban` int(11) NOT NULL DEFAULT '0', `F�hrerschein` int(11) NOT NULL DEFAULT '0', `Personalausweis` int(11) NOT NULL DEFAULT '0', `Wantedlevel` int(11) NOT NULL DEFAULT '0', `Krankenversicherung` int(11) NOT NULL DEFAULT '0', `Verwarnungen` int(11) NOT NULL DEFAULT '0', `Geschlecht` int(11) NOT NULL DEFAULT '0', `Waffenschein` int(11) NOT NULL DEFAULT '0', `Lunch` int(11) NOT NULL DEFAULT '0', `Angelschein` int(11) NOT NULL DEFAULT '0', `iPod` int(11) NOT NULL DEFAULT '0', `Fraktionsname` int(11) NOT NULL DEFAULT '0', `Bank` int(11) NOT NULL DEFAULT '0', `Geburtsjahr` int(11) NOT NULL DEFAULT '0', `Jailtime` int(11) NOT NULL DEFAULT '0', `Wanteds` int(11) NOT NULL DEFAULT '0', `Gestorben` int(11) NOT NULL DEFAULT '0', `PTX` int(11) NOT NULL DEFAULT '0', `PTY` int(11) NOT NULL DEFAULT '0', `PTZ` int(11) NOT NULL DEFAULT '0', `NextPayday` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=latin1;[Msg] Finished - Unsuccessfully--------------------------------------------------
....
ich weiss nicht wieso..
in meiner .sql datei ist das:
CodeDROP TABLE IF EXISTS `accounts`;CREATE TABLE `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(24) NOT NULL, `Passwort` varchar(128) NOT NULL, `Level` int(11) NOT NULL DEFAULT '1', `Geld` int(11) NOT NULL DEFAULT '10000', `Skin` int(11) NOT NULL DEFAULT '137', `Member` int(11) NOT NULL DEFAULT '0', `Job` float NOT NULL DEFAULT '100', `Job Zeit` int(11) NOT NULL DEFAULT '0', `Leader` int(11) NOT NULL DEFAULT '0', `FrakRank` int(11) NOT NULL DEFAULT '0', `Member` int(11) NOT NULL DEFAULT '0', `Adminlevel` int(11) NOT NULL DEFAULT '0', `Supporter` int(11) NOT NULL DEFAULT '0', `Ban` int(11) NOT NULL DEFAULT '0', `Führerschein` int(11) NOT NULL DEFAULT '0', `Personalausweis` int(11) NOT NULL DEFAULT '0', `Wantedlevel` int(11) NOT NULL DEFAULT '0', `Krankenversicherung` int(11) NOT NULL DEFAULT '0', `Verwarnungen` int(11) NOT NULL DEFAULT '0', `Geschlecht` int(11) NOT NULL DEFAULT '0', `Waffenschein` int(11) NOT NULL DEFAULT '0', `Lunch` int(11) NOT NULL DEFAULT '0', `Angelschein` int(11) NOT NULL DEFAULT '0', `iPod` int(11) NOT NULL DEFAULT '0', `Fraktionsname` int(11) NOT NULL DEFAULT '0', `Bank` int(11) NOT NULL DEFAULT '0', `Geburtsjahr` int(11) NOT NULL DEFAULT '0', `Jailtime` int(11) NOT NULL DEFAULT '0', `Wanteds` int(11) NOT NULL DEFAULT '0', `Gestorben` int(11) NOT NULL DEFAULT '0', `PTX` int(11) NOT NULL DEFAULT '0', `PTY` int(11) NOT NULL DEFAULT '0', `PTZ` int(11) NOT NULL DEFAULT '0', `NextPayday` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=latin1;
-
Die .sql Datei downloaden, danach bei Navicate hochladen.
Rechte Maustaste => Refresh und da ist derlG
habe ich gemacht.... aber es war irgentwie fail....
da war ja nur ein Pastebin link.. -
es wird immernochnix erstellt
-
Hi, habe wenig zeit... problem sagt die überschrift schon
new string[128] = "DROP TABLE IF EXISTS `accounts`;";
strcat(string, " CREATE TABLE `accounts` (");
strcat(string, " `id` int(11) NOT NULL AUTO_INCREMENT,");
strcat(string, " `Name` varchar(24) NOT NULL,");
strcat(string, " `Passwort` varchar(128) NOT NULL,");
strcat(string, " `Level` int(11) NOT NULL DEFAULT '1',");
strcat(string, " `Geld` int(11) NOT NULL DEFAULT '0',");
strcat(string, " `Kills` int(11) NOT NULL DEFAULT '0',");
strcat(string, " `Tode` int(11) NOT NULL DEFAULT '0',");
strcat(string, " `Health` float NOT NULL DEFAULT '100',");
strcat(string, " `Adminlevel` int(11) NOT NULL DEFAULT '0',");
strcat(string, " `Fraktion` int(11) NOT NULL DEFAULT '0',");
strcat(string, " `Banned` int(11) NOT NULL DEFAULT '0',");
strcat(string, " PRIMARY KEY (`id`)");
strcat(string, " ) ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=latin1;");
mysql_query(string);währe nett wen es jemand für mich zu einer .sql datei machen würde
-
Lesen währe hilfreich
aber nun kommt das[19:58:46] -------- http://www.dark-trigardon.eu --------
[19:58:46] [FS]DT_DynamicCar by [DT]Sniper
[19:58:46] V.: 1.3.7
[19:58:46] ---------------------------------------[19:58:46] [MySQL] Connected (0) to 'root'@'localhost via TCP/IP'.
[19:58:46] [MySQL] Server Version 5.5.27.
[19:58:46] [MySQL] Error (0): Failed to exeute query. Unknown column 'Neon' in 'field list'.
[19:58:46] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'Neon' in 'field list'.
[19:58:46] [MySQL] Error (0): Failed to exeute query. Unknown column 'Numplate' in 'field list'.
[19:58:46] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'Numplate' in 'field list'.
[19:58:46] [MySQL] Error (0): Failed to exeute query. Unknown column 'OPark' in 'field list'.
[19:58:46] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'OPark' in 'field list'.
[19:58:46] [MySQL] Error (0): Failed to exeute query. Unknown column 'PlayerTyp' in 'field list'.
[19:58:46] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'PlayerTyp' in 'field list'.
[19:58:47] 0 Autohäuser geladen
[19:58:47] 0 Verkaufsautos geladen
[19:58:47] 0 Parkplätze geladen
[19:58:47] Loaded 1 filterscripts. -
immer wenn ich server anmache kommen ganz schön viele errors...
[19:54:53] [MySQL] Error (0): Failed to connect. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_ping called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_errno called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_errno called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_errno called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_errno called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Unknown database 'samp'.
[19:54:53] 0 Autohäuser geladen
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] 0 Verkaufsautos geladen
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] 0 Parkplätze geladen
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Unknown database 'samp'.
[19:54:53] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Unknown database 'samp'. -
Bei mir wird bei Navicat bei der accounts tabelle nichts gespeichert oder erstellt..