Jump to content

Problema salvare date


TrueCross

Recommended Posts

Salut, am si eu o problema. Am adaugat un skill nou, am bagat in baza de date, tot, dar dupa relog datele nu raman salvate. Are cineva idee de ce?

Am bagat asa la SavePlayerData:

format(saveQuery, sizeof(saveQuery), "UPDATE playeraccounts SET pTruckSkill = '%d', pTruckTimes = '%d', pTruckRem = '%d', playerFireworks = '%d' WHERE playerID = '%d'", playerVariables[playerid][pTruckSkill], playerVariables[playerid][pTruckTimes],
        playerVariables[playerid][pTruckRem], playerVariables[playerid][pFireworks], playerVariables[playerid][pInternalID]);
        mysql_tquery(handle,saveQuery);

 

Am trecut si variabilele in baza de date...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.