View Single Post
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-20-2020 , 05:29   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #127

Quote:
Originally Posted by KatowADRE View Post
Everything is beautiful.

I uploaded the whole package. Works! Top! Rank. Literally everything works.

But there is one problem.

Why doesn't it show ranks in the TABLE?

What should I do to make everyone in the table display their range?

Quote:
Originally Posted by KatowADRE View Post
For example y Ranks we have something like that

"yRanks"
{
"driver" "default"
"host" "sql.pukawka.pl"
"database" "55444_rangi"
"user" "55444"
"pass" "55444"
//"timeout" "0"
//"port" "3336"
}

"rankme"
{
"driver" "default"
"host" "sql.pukawka.pl"
"database" "55555_rankme"
"user" "55555"
"pass" "asdasdasd"
//"timeout" "0"
//"port" "3336"
}
}


And what does it look like with this plugin? How do I make ranks visible in the table for everyone?

Because ranks don't work in the table.
How do I name the database so that it loads the rank correctly?
Do you mean the Database.cfg? You should have seen this in the ReadMe.txt, where it is also explained

PHP Code:
    "levels_ranks"
    
{
        
"driver"              "mysql" 
        "host"                "127.0.0.1" 
        "database"            "DATABASE" 
        "user"                "USER" 
        "pass"                "PASSWORD"
    


Last edited by freak.exe_uLow; 02-20-2020 at 05:34.
freak.exe_uLow is offline