Hallo,
ich habe in der mysql_debug gefunden das ich ein synatx fehler habe: genau hier:
format(string,sizeof(string),"INSERT INTO `users` (`pName`,`pPasswort`,`pAge`,`pSex`,`pEmail`,`pBanned`,`pSkin`,`pPerso`,`pTut`,`pAdmin`,`pLevel`,`pMoney`,`pAutoLic`,`pBikeLic`,`pFlugLic`) VALUES ('%s','%s','%d','%d','%s','%d','%d','%d','%d','%d','%d','%d','%d','%d','%d')",
GetName(playerid),password,pInfo[playerid][pAge],pInfo[playerid][pSex],pInfo[playerid][pEmail],pInfo[playerid][pBanned],pInfo[playerid][pSkin],pInfo[playerid][pPerso],pInfo[playerid][pTut],pInfo[playerid][pAdmin],pInfo[playerid][pLevel],pInfo[playerid][pMoney],pInfo[playerid][pAutoLic],pInfo[playerid][pBikeLic],pInfo[playerid][pFlugLic]);
mysql_query(string);
aber ich finde keinen