27.09.2016, 19:09
Hello everybody, when I'm starting my server, but anyway I used the MYSQL in EasyDB says that's working SQLLite. Okay, I'm fine with this, whatever if I will can use my User Control Panel or no, but the problem is. If is SQLLite, I don't saw anything about a database in localhost/phpmyadmin {xampp}, but an empity file works on scriptfiles, it seems like a database. It's without an extension, a blank file in fact, maybe. This maybe is because I don't defined #define with database/host/username etc.? I will take down something usefull about my script. Thanks alot!
If you want something details, leave a reply. THANKS!
Code:
DB::Init("main-rp database"); DB::VerifyTable("Utilizatori", "ID", false, "Nume", STRING, "Parola", STRING, "IP", STRING, "Kills", INTEGER, "Deaths", INTEGER, "Cash", INTEGER, "Developer", INTEGER, "Admin", INTEGER, "Tester", INTEGER, "Lider", STRING, "Rank", STRING, "Factiune", STRING, "Viata", FLOAT);