Jump to content
  • 0

Bani clan


TheGodfather

Question

Salut, cand dau /clan - clan members doresc sa adaug coloana "Job Money" dar nu mi-o pune. Cand dau /clan - clan members, ma duce aici.

case 1: {
                    new
                        szDialog[1000], szDialog2[1000],
                        Members, name[180], cwarn[180], cdays[180],
                        szRank1[180], cjobmoney;

                    format(query, sizeof(query), "SELECT * FROM `users` WHERE `users`.`Clan` = '%d' ORDER BY `users`.`ClanRank` DESC LIMIT 50", PlayerInfo[playerid][pClan]);
                    new Cache: result = mysql_query(SQL, query);
            
                    strcat(szDialog2, "#. Name\tRank\tClan Warns\tClan Days\tJob Money\n");
                    for(new i, j = cache_num_rows(); i != j; ++i)
                    {
                        cache_get_field_content(i, "name", name);
                        cache_get_field_content(i, "ClanRank", szRank1);
                        cache_get_field_content(i, "ClanWarns", cwarn);
                        cache_get_field_content(i, "ClanDayss", cdays);
                        cache_get_field_content_int(i, "ClanJobMoney", cjobmoney);
                        
                        format(Selected[playerid][Members], MAX_PLAYER_NAME, name);
                        format(szDialog, sizeof(szDialog), "%d. %s\t%d\t%s/3\t%s\t$%s\n", Members+1, name, strval(szRank1), cwarn, cdays, FormatNumbers(cjobmoney));
                        strcat(szDialog2, szDialog);
                        Members++;
                    }
                    cache_delete(result);
                    ShowPlayerDialog(playerid, DIALOG_CLAN_MEMBERS, DIALOG_STYLE_TABLIST_HEADERS, "Clan members", szDialog2, "Ok", "Back");
                }

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.