Bani din cate vad mi urca in baza de date. Dar cand dau sa vad in joc bani clanului imi zice ca sunt 0. Si nu vad nimic gresit aici.
case 4:
{
new strings[512],string2[256];
format(strings,sizeof(strings),"{FFFFFF}For deposit money in clan safe is necessary to work at server's jobs.\n{FFFFFF}10 percent of the money you earn will be deposited in clan safe.\n");
format(string2,sizeof(string2),"{FFFFFF}You don't loose money, the money added in clan safe are the server's money.\n{FFFFFF}Current balance: %s$.\n{FF0000}Nobody can take money from the safe box.",FormatNumber(ClanInfo[PlayerInfo[playerid][pClan]][cClanSeif]));
strcat(strings, string2);
ShowPlayerDialog(playerid, DIALOG_CLAN_SAFE, DIALOG_STYLE_MSGBOX, "Clan Safe Box",strings, "Ok", "Back");
}
Question
SpriteTV
Salut am si eu o problema cu clan seif .
Problema sta in felu urmator.
Bani din cate vad mi urca in baza de date. Dar cand dau sa vad in joc bani clanului imi zice ca sunt 0. Si nu vad nimic gresit aici.
case 4: { new strings[512],string2[256]; format(strings,sizeof(strings),"{FFFFFF}For deposit money in clan safe is necessary to work at server's jobs.\n{FFFFFF}10 percent of the money you earn will be deposited in clan safe.\n"); format(string2,sizeof(string2),"{FFFFFF}You don't loose money, the money added in clan safe are the server's money.\n{FFFFFF}Current balance: %s$.\n{FF0000}Nobody can take money from the safe box.",FormatNumber(ClanInfo[PlayerInfo[playerid][pClan]][cClanSeif])); strcat(strings, string2); ShowPlayerDialog(playerid, DIALOG_CLAN_SAFE, DIALOG_STYLE_MSGBOX, "Clan Safe Box",strings, "Ok", "Back"); }
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.