MYSQL[DB] Problem
#1

OK so i'm trying to run the TF2 script by CuervO https://sampforum.blast.hk/showthread.php?tid=398015
I've created the database , imported the sa-mp.sql file http://prntscr.com/7oddbo but this error shows up
Код:
[SERVER CRITICAL ERROR]: Didn't find any configuration database.
[11:00:41]
Gamemode LINE:
Код:
forward OnConfigurationLoaded();
public OnConfigurationLoaded()
{
    new rows, fields;
    cache_get_data(rows, fields);
    if(!rows)
    {
        print("[SERVER CRITICAL ERROR]: Didn't find any configuration database.");
        SendRconCommand("exit");
    }
    else
    {
        DamageMultiplier = cache_get_field_content_float(0, "damagemul");
        CritChanceMultiplier = cache_get_field_content_float(0, "critchancemul");
        SpawnTimeMultiplier = cache_get_field_content_float(0, "spawntimemul");
        Vote = cache_get_field_content_int(0, "vote");
        VoteKick = cache_get_field_content_int(0, "votekick");
        VoteBan = cache_get_field_content_int(0, "voteban");
        VoteScramble = cache_get_field_content_int(0, "votescramble");
        VoteMode = cache_get_field_content_int(0, "votemode");
        VoteReset = cache_get_field_content_int(0, "votereset");
        DefWeather = cache_get_field_content_int(0, "DefWeather");
        DefTime = cache_get_field_content_int(0, "DefTime");
The SA-MP.sql file http://pastebin.com/ecRYKMsw

I've been dealing with this error since hours and it's nightmare I can't solve this one I have no idea why it's doing that
Reply


Messages In This Thread
MYSQL[DB] Problem - by Crystallize - 03.07.2015, 15:03
Re: MYSQL[DB] Problem - by Crystallize - 03.07.2015, 15:28
Re: MYSQL[DB] Problem - by Abagail - 03.07.2015, 16:48
Re: MYSQL[DB] Problem - by Crystallize - 03.07.2015, 16:52
Re: MYSQL[DB] Problem - by Abagail - 03.07.2015, 18:04
Re: MYSQL[DB] Problem - by Crystallize - 03.07.2015, 18:09
Re: MYSQL[DB] Problem - by Crystallize - 03.07.2015, 20:07

Forum Jump:


Users browsing this thread: 2 Guest(s)