-
Similar Content
-
- 11 answers
- 553 views
-
- 4 answers
- 131 views
-
- 2 answers
- 224 views
-
- 37 replies
- 1,928 views
-
- 10 replies
- 4,838 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
andreistalker
Am 2 probleme care nu stiu cum sa le rezolv
Problema intalnita (descriere): Am incercat sa fac cand te deconectezi de la server sa iti salveze bani, dar nu merge...
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul(obligatoriu):
public OnPlayerDisconnect(playerid, reason)
{
new query[126];
mysql_format(handle, query, sizeof(query), "UPDATE `players` SET `Cash`='%s' WHERE `username`='%s'", GetPlayerMoney(playerid), GetPlayerName(playerid));// facem update-ul la baza de date
mysql_query(handle, query);
return 1;
}
Ati incercat sa rezolvati singur?: Da
Problema #2
Problema intalnita (descriere): Atunci cand te respawnezi iti ia 100$
Ati incercat sa rezolvati singur?: Da
Link to comment
Share on other sites
4 answers to this question
Recommended Posts