Hallo Breadfish Community,
Unsere Funktion endet so:
mysql_query(query, (-1), (-1), MySQL[1]);
print("25");
return 1;
}
Und da liegt auch schon der folgende Fehler:
Zitat[03/03/2012 01:00:42] [debug] Server crashed while executing test.amx
[03/03/2012 01:00:42] [debug] Backtrace (most recent call first):
[03/03/2012 01:00:42] [debug] #0 Float:operator*(Float:,_:)(Float:oper1=0.00000, oper2=109, ... <23 variable arguments>)+0x50 at include/float.inc:112
[03/03/2012 01:00:42] [debug] #1 public OnPlayerCommandText(playerid=97, cmdtext[]=@0x0000006d !"e")+0xffffaf38 at include/float.inc:112
float.inc Zeile 112 sieht so aus...
return floatmul(oper1, float(oper2));
Wie kommt der Fehler zustand ... gute Frage!
Auf Pastebin findet ihr nochmal den kompletten Aufbau usw.
Danke schon einmal im Voraus