We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. Is it possible to rank with the hand and bank money, adding the two?
new string[128], names[24],money; new handle = SQL::OpenEx(SQL::MREAD, "Accounts", "", "", "", "", -1, 10, -1, "Money"); SQL::ReadRetrievedRows(handle, i) { SQL::ReadString(handle, "AccountName", names, 24, i); SQL::ReadInt(handle, "Money", money, i); format(string, sizeof(string), "Name %s | Money: %d", names,money); SendClientMessage(playerid, -1, string); }
The text was updated successfully, but these errors were encountered:
Can you tell me exactly what you want?
Sorry, something went wrong.
I have the field Money(hand) and Bank in DB. I want to make a ranking adding the two.
In other words, a ranking of who has more money (Money + Bank). Thanks.
No branches or pull requests
Hello. Is it possible to rank with the hand and bank money, adding the two?
The text was updated successfully, but these errors were encountered: