Beiträge von MrKek3si
-
-
Guten Abend,
Habe gerade gesehen das Ghosts 3 tage kostenlos ist... Also zuschnappen !!!
-
-
Nabend
Wollte mal fragen wieso er mir immer das hier anzeigt:
Code[17:31:54] ProcessQueryThread() - Executing query SELECT `Alter` FROM `account` WHERE `Name` = 'MrKek3si'... [17:31:54] ProcessQueryThread() - Error will be triggered to OnQueryError(). [17:31:54] OnQueryError() - Callback has been called.
Pawn Code :
format(query,sizeof(query),"INSERT INTO account Alter VALUES ('%i')");
format(query,sizeof(query),"SELECT `Alter` FROM `account` WHERE `Name` = '%s'",SpielerName(playerid));
mysql_function_query(MYSQLVerbindung,query,false,"","");
Kann mir einer weiterhelfen ? -
Ich möchte ja, dass sich die Tabellen in der Datenbank selber erstellen.
-
Hier kein Problem
stock ErstelleTabelle()
{
new query[2500];
strcat(query,"CREATE TABLE IF NOT EXISTS `"#DATENBANK"_account_main` (`id` int(11) NOT NULL AUTO_INCREMENT,`Name` varchar(24) NOT NULL,`Passwort` varchar(24) NOT NULL,`Level` int(11) NOT NULL,`Geld` int(11) NOT NULL,`Admin` int(11) NOT NULL,`Ban` int(11) NOT NULL,`Fraktion` int(11) NOT NULL,`Leader` int(11) NOT NULL,`Member` int(24) NOT NULL,`Rang` int(11) NOT NULL,`Personalausweis` int(11) NOT NULL,PRIMARY KEY (`id`))");
mysql_function_query(MYSQLVerbindung,query,false,"","");
strdel(query,0,sizeof(query));
printf("Datenbanken erfolgreich erstellt");
return 1;
} -
Guten Abend,
Ich wollte mal fragen wieso die Tabellen sich nicht erstellen ?
Hier mal der Code:
stock ErstelleTabelle(){ new query[2500]; strcat(query,"CREATE TABLE IF NOT EXISTS `accounts` (`id` int(11) NOT NULL AUTO_INCREMENT,`Name` varchar(24) NOT NULL,`Passwort` varchar(24) NOT NULL,`Level` int(11) NOT NULL,`Geld` int(11) NOT NULL,`Admin` int(11) NOT NULL,`Ban` int(11) NOT NULL,`Fraktion` int(11) NOT NULL,`Leader` int(11) NOT NULL,`Member` int(24) NOT NULL,`Rang` int(11) NOT NULL,`Personalausweis` int(11) NOT NULL,PRIMARY KEY (`id`))"); mysql_function_query(MYSQLVerbindung,query,false,"",""); strdel(query,0,sizeof(query)); printf("Datenbanken erfolgreich erstellt"); return 1;} -
-
Guten Tag,
Ich wollte mal fragen was das hier sein soll ?
Code
Alles anzeigen[15:42:56] [join] MrKek3si has joined the server (0:127.0.0.1) [15:43:55] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)" [15:43:55] [debug] Stack pointer (STK) is 0x14534, heap pointer (HEA) is 0x14A08 [15:43:55] [debug] AMX backtrace: [15:43:55] [debug] #0 ???????? in public SSCANF_OnPlayerDisconnect () from Haupt-Script.amx [15:43:55] [debug] #1 native CallLocalFunction () [00471ef0] from samp-server.exe [15:43:55] [debug] #2 ???????? in public OnPlayerDisconnect () from Haupt-Script.amx [15:43:55] [debug] #3 native Kick () [0046ef60] from samp-server.exe [15:43:55] [debug] #4 ???????? in public cmd_kick () from Haupt-Script.amx [15:43:55] [debug] #5 native CallLocalFunction () [00471ef0] from samp-server.exe [15:43:55] [debug] #6 ???????? in public OnPlayerCommandText () from Haupt-Script.amx [15:43:55] [part] MrKek3si has left the server (0:2)