Beiträge von Ryan_Crawley

    Die Nachricht "Du hast deinen Startbonus schon bekommen" kommt ja nur, wenn man die Variable [pBonus] auf 1 hat. Änder in deiner Userdatei die Variable pBonus auf 0 und versuch es dann nochmal.

    Meine userdaten werden beim Connecten alle erfolgreich aus der Datenbank geladen. Zudem habe ich ja im Script die MySQLIP sowie das passwort korrekt eingegeben. Wenn keine Verbindung bestehen würde, würde er meine Userdaten ja nicht laden.

    Ich kenne mich mit MySQL nicht so aus, es war vom Vorgänger so drinne.


    Log =


    [23:51:42] ---------------------------


    [23:51:42] MySQL Debugging activated (09/23/11)


    [23:51:42] ---------------------------


    [23:51:42]


    [23:51:42] >> mysql_query( Connection handle: 1 )


    [23:51:42] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_store_result( Connection handle: 1 )


    [23:51:42] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)


    [23:51:42] >> mysql_fetch_row_format( Connection handle: 1 )


    [23:51:42] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_query( Connection handle: 1 )


    [23:51:42] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_store_result( Connection handle: 1 )


    [23:51:42] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)


    [23:51:42] >> mysql_fetch_row_format( Connection handle: 1 )


    [23:51:42] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_query( Connection handle: 1 )


    [23:51:42] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_store_result( Connection handle: 1 )


    [23:51:42] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)


    [23:51:42] >> mysql_fetch_row_format( Connection handle: 1 )


    [23:51:42] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_query( Connection handle: 1 )


    [23:51:42] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_store_result( Connection handle: 1 )


    [23:51:42] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)


    [23:51:42] >> mysql_fetch_row_format( Connection handle: 1 )


    [23:51:42] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_query( Connection handle: 1 )


    [23:51:42] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_store_result( Connection handle: 1 )


    [23:51:42] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)


    [23:51:42] >> mysql_fetch_row_format( Connection handle: 1 )


    [23:51:42] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_query( Connection handle: 1 )


    [23:51:42] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)


    [23:51:42] >> mysql_store_result( Connection handle: 1 )


    [23:51:42] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)


    [23:51:42] >> mysql_fetch_row_format( Connection handle: 1 )


    [23:51:42] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Connection is dead)

    Code heißt das Speicher und laden der Dinge? Da kann ja nichts falsch drann sein, da es bei manchen gespeichert wird und bei manchen nicht.


    Beim Login
    PlayerInfo[playerid][pCarLic] = d2[66];


    Beim Disconect
    MySQLUpdatePlayerInt(query, PlayerInfo[playerid][pSQLID], "CarLic", PlayerInfo[playerid][pCarLic]);


    Der MySQL Log zeigt nichts an -.-'

    Guten Abend Com,


    Ich habe ein Script was über MySQL läuft. Nun habe ich das Problem, das bei manchen Usern manche Sachen nicht gespeichert werden.


    User 1: Alles speichert nochmal in seinen Acc daten.
    User 2: Nach dem Relog ist der Führerschein weg.
    User 1 Multiacc. Alles speichert normal.
    User 2 Multiacc. Alles speichert normal.



    Das ganze ist dann auch mit Invitesperre und mit diversen anderen Punkten so.


    Zusammenfassung: Bei manchen Spielern werden diverse Puntke nicht gespeichert. Diese Spieler haben eig. nichts gemeinsam.


    Da ich nicht weiß welche Codeschnipsel ihr braucht, warte ich erstmal auf diverse antworten. V


    MfG



    Der Screen sieht nicht unbedingt aus wie ein GF. Ich nehme an er will die "Grundinteriors" aus GTa entfernen, was mit DisableInteriorEnterExits(); der Fall wäre.

    GUten Tag,


    Ich habe ein Wbb3 Forum, was über eine .de Domain läuft. Nun suche ich über Filezilla die Quelltext datei, da ich diese bearbeiten will. Weiß jmd wie diese heißt und ggf wo ich diese finde?