Hallo,
Auch wenn dieses Problem klein erscheint, finde ich es doch ziemlich groß ^^.
Folgendes:
Wenn ich, sagen wir beim starten des Scriptes, folgendes ausführe
new MySQL:test=mysql_init(LOG_ALL);
mysql_connect("localhost", "sampuser", "pw", "samp_db", test);
gibt er in den Log´s folgendes aus
Function: mysql_connect called with incorrect parameter count.
Obowhol meine Funktionen der native´s entsprechen und ich auch am Server die aktuellste Bibliotheksdatei bereits hochgeladen hab.
native MySQL:mysql_init(logtype = LOG_ONLY_ERRORS, printerrors = 1);
native mysql_connect(const host[], const user[], const pass[], const db[], MySQL:handle = (MySQL:0), auto_reconnect = 0);
Link zum Plugin: http://forum.sa-mp.com/showthread.php?t=122983
Hoffe jemand hat Rat Danke!