Jump to content

Ionut112

Membru
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Ionut112

  1. [21:46:52] ====================================================
    [21:46:52] Error ID: 1364
    Error: Field 'Language' doesn't have a default value
    Callback: OnAccountCreated
    Query: INSERT INTO `Accounts` (`ID`, `Name`, `Password`, `IP`, `LoggedIn`, `RegisterDate`, `LastOn`, `FlipType`, `SpeedCarB`, `FavWeather`, `FavTime`, `UseTime`, `AdminLvl`, `VIP`, `Cash`, `Score`, `Coins`, `Credits`, `Headshots`, `Kills`, `Deaths`, `Hours`, `Minutes`, `Seconds`, `BestKillings`, `KillingSpree`, `FavSkin`, `UseSkin`, `House`, `Description1`, `Description2`, `Description3`, `Positive`, `Negative`, `ClanID`, `ClanRank`, `ClanPoints`, `ClanKills`, `ClanDeaths`, `Kicks`, `Bans`, `Jails`, `Warns`, `ClearChats`, `ReactionTest`, `MathTest`, `Mutes`, `Jailed`, `JailTime`, `Frozen`, `FreezeTime`, `Muted`, `MuteTime`, `RaceScore`, `StuntScore`, `DriftScore`, `GangID`, `GangRank`, `GangSkin`, `GangKills`, `GangDeaths`, `GangWarns`, `GangCaptures`, `GangPoints`, `Ignores`, `C4`, `StatsNote`, `VIPTime`, `FreeVIP`, `TempVIP`, `AdmWarns`, `VIPWarns`, `KickW`, `MyTag`, `STagOn`, `RAdmin`, `rVip`, `SAdmin`, `GoldPotScore`, `UseHolds`, `HoldInCar`, `HoldCID`, `FavVeh`, `FavVP`) VALUES (0, 'RoboCop', 'parolamea112', '86.122.114.141', '1', '15/11/2020', '15/11/2020', '0', '0', '2', '12', '0', '0', '0', '10000', '2019', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '299', '1', '0', ' ', ' ', ' ', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '00:00', '0', '00:00', '0', '00:00', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0/0/0/0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0')
    [21:46:52] ====================================================

    server_log.txt

  2. Problema intalnita (descriere): Primesc aceasta eroare in "mysql_log" dupa ce serverul porneste
    Ero(area / rile) / warning-(ul / urile): 

    Spoiler

    [ERROR] "mysql_tquery" - invalid connection handle (id: 0)

    Liniile de cod / sursa / script-ul(obligatoriu):  

    Spoiler

    stock LoadRace(playerid = -1, rName[])
    {
        mysql_format(DB_Connect, eQuery, 128, "SELECT * FROM `Races` WHERE `RName` = '%e'", rName);

        if(playerid != -1)
            mysql_function_query(DB_Connect, eQuery, true, "LoadRaceDetails", "is", playerid, rName);
        else
            mysql_function_query(DB_Connect, eQuery, true, "LoadRaceDetails", "is", -1, rName);

        return (1);
    }

    stock LoadRaceNames( )
        mysql_function_query( DB_Connect, "SELECT `ID`,`RName` FROM `Races`", true, "call_LoadRaceNames", "" );

    Ati incercat sa rezolvati singur?: Da, de ieri tot incerc.

    Daca este nevoie de mai multe linii o sa le las in posturi. Tin sa specific ca acest sistem de race este luat de pe alt gamemode.

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