This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

rank sqlite


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
yagami
Senior Member
Join Date: Jan 2021
Old 09-23-2023 , 23:24   rank sqlite
Reply With Quote #1

This was supposed to show a rank, but I'm lost inside the for, does anyone know what the next step is?

PHP Code:
public OnTop15Command(id)
{
    new 
top[TOP_PLAYERS_LENGTH][TopPlayersEnum];

    new 
total SQLQuery_GetTopPlayers(topsizeof top);

    for (new 
0totali++)
    {
        
/*
            Available variables:

            top[i][tpClanName]
            top[i][tpClanTag]
            top[i][tpName]
            top[i][tpAuthid]
            top[i][tpIP]
            top[i][tpXP]
            top[i][tpKills]
            top[i][tpDeaths]
            top[i][tpCaptures]
            top[i][tpDefenses]
            top[i][tpPosition]
        */

        
console_print(id"%dº | %s | %d/%d"top[i][tpPosition], top[i][tpName], top[i][tpKills], top[i][tpDeaths]);
    }

    
log("OnTop15Command(id: %d) total: %d"idtotal);
}


public 
OnTopClansCommand(id)
{
    new 
top[TOP_CLANS_LENGTH][TopClansEnum];

    new 
total SQLQuery_GetTopClans(topsizeof top);

    for (new 
0totali++)
    {
        
/*
            Available variables:

            top[i][tcName]
            top[i][tcTag]
            top[i][tcMembersCount]
            top[i][tcTotalXP]
            top[i][tcTotalKills]
            top[i][tcTotalDeaths]
            top[i][tcTotalCaptures]
            top[i][tcTotalDefenses]
            top[i][tcPosition]
        */

        
console_print(id"%dº | TAG: %s | CLAN: %s | XP: %d | MEMBROS: %d"top[i][tcPosition], top[i][tcName], top[i][tcTag], top[i][tcTotalXP], top[i][tcMembersCount]);
    }

    
log("OnTopClansCommand(id: %d) total: %d"idtotal);

yagami is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode