Habe hier ein Befehl der nicht richtig funktioniert
Führe ich ihn manuell aus bekomme ich folgendes (also per DB direkt)
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'alter='18' WHERE username='Stormi25'' at line 1
so siehts im Script aus
format(string,sizeof(string),"UPDATE user SET alter='%i' WHERE username='%s'",sInfo[pID][alter],SpielerName(pID));