Can't connect to the server
#6

I realised now that I got a .INI saving system and I also got a mysql one, but its functions are commented, so I decided to comment any other thing that connects my gamemode to mysql, as I don't need it. This is OnPlayerConnect and whats below it
pawn Код:
public OnPlayerConnect(playerid)
{
    new plname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, plname, sizeof(plname));
    if(Security != 0)
    {
        SendClientMessage(playerid, COLOR_YELLOW, "Host has broken one of the Agreement rules, action has been taken.");
        Kick(playerid);
        return 1;
    }
    new namestring = strfind(plname, "_", true);
    if(namestring == -1)
    {
        SendClientMessage(playerid, COLOR_YELLOW2, "Immigration Department: Your name is not acceptable.");
        SendClientMessage(playerid, COLOR_YELLOW2, "Hint: Your name must be in the format Firstname_Lastname.");
        Kick(playerid);
        return 1;
    }
    gActivePlayers[playerid]++;
    numplayers++;
    new string[MAX_PLAYER_NAME];
    SelectChar[playerid] = 0; HidePM[playerid] = 0; PhoneOnline[playerid] = 0;
    SelectCharID[playerid] = 0; SelectCharPlace[playerid] = 0; ChosenSkin[playerid] = 0;
    GettingJob[playerid] = 0; GuardOffer[playerid] = 999; GuardPrice[playerid] = 0;
    ApprovedLawyer[playerid] = 0; CallLawyer[playerid] = 0; WantLawyer[playerid] = 0;
    KickPlayer[playerid] = 0; CurrentMoney[playerid] = 0; UsedFind[playerid] = 0;
    CP[playerid] = 0; Robbed[playerid] = 0; SpawnChange[playerid] = 1;
    CarOffer[playerid] = 999; CarPrice[playerid] = 0; CarID[playerid] = 0; CarCalls[playerid] = 0;
    RobbedTime[playerid] = 0; MoneyMessage[playerid] = 0; Condom[playerid] = 0; Rope[playerid] = 0;
    STDPlayer[playerid] = 0; SexOffer[playerid] = 999; SexPrice[playerid] = 0;
    RepairOffer[playerid] = 999; RepairPrice[playerid] = 0; RepairCar[playerid] = 0;
    TalkingLive[playerid] = 255; LiveOffer[playerid] = 999; TakingLesson[playerid] = 0;
    RefillOffer[playerid] = 999; RefillPrice[playerid] = 0; MapIconsShown[playerid] = 0;
    DrugOffer[playerid] = 999; PlayerCuffed[playerid] = 0; PlayerCuffedTime[playerid] = 0;
    DrugPrice[playerid] = 0; RegistrationStep[playerid] = 0; OnCK[playerid] = 999; GettingCK[playerid] = 999;
    DrugGram[playerid] = 0; ConnectedToPC[playerid] = 0; OrderReady[playerid] = 0;
    JailPrice[playerid] = 0; MedicTime[playerid] = 0; NeedMedicTime[playerid] = 0; MedicBill[playerid] = 0; GotHit[playerid] = 0;
    WantedPoints[playerid] = 0; GoChase[playerid] = 999; GetChased[playerid] = 999; PlacedNews[playerid] = 0;
    OnDuty[playerid] = 0; WantedLevel[playerid] = 0; tactical[playerid] = 0; swat[playerid] = 0; TestFishes[playerid] = 0;
    BoxWaitTime[playerid] = 0; SchoolSpawn[playerid] = 0; ChangePos2[playerid][1] = 0;
    SafeTime[playerid] = 60; TransportDuty[playerid] = 0; PlayerTied[playerid] = 0;
    BusCallTime[playerid] = 0; TaxiCallTime[playerid] = 0; MedicCallTime[playerid] = 0; MechanicCallTime[playerid] = 0;
    BusrouteEast[playerid][0] = 0; BusrouteWest[playerid][0] = 0; BusShowLocation[playerid][0] = 0; BusShowLocationC[playerid] = 0;
    FindTimePoints[playerid] = 0; FindTime[playerid] = 0; JobDuty[playerid] = 0;
    Mobile[playerid] = 255; Music[playerid] = 0; BoxOffer[playerid] = 999; PlayerBoxing[playerid] = 0;
    Spectate[playerid] = 255; PlayerDrunk[playerid] = 0; PlayerDrunkTime[playerid] = 0;
    Unspec[playerid][sLocal] = 255; FishCount[playerid] = 0;
    WritingPaper[playerid] = 0; WritingPaperNumber[playerid] = 999; WritingLine[playerid] = 0; BringingPaper[playerid] = 0; GotPaper[playerid] = 0;
    PaperOffer[playerid] = 999; /*ConsumingMoney[playerid] = 0;*/
    ScriptMoney[playerid] = 0; ScriptMoneyUpdated[playerid] = 0;
    for (new c=0; c<13; c++) ScriptWeapons[playerid][c] = 0;
    ScriptWeaponsUpdated[playerid] = 0;
    gLastCar[playerid] = 0; FirstSpawn[playerid] = 1;
    gOoc[playerid] = 0; gNews[playerid] = 0; BigEar[playerid] = 0; gDice[playerid] = 0; gFam[playerid] = 0;
    gSpeedo[playerid] = 0; gGas[playerid] = 0;
    gPlayerLogged[playerid] = 0; gPlayerLogTries[playerid] = 0; gPlayerAccount[playerid] = 0;
    gPlayerSpawned[playerid] = 0; PlayerKarting[playerid] = 0; PlayerInKart[playerid] = 0;
    PlayerTazeTime[playerid] = 0; PlayerStoned[playerid] = 0;
    StartTime[playerid] = 0; TicketOffer[playerid] = 999; TicketMoney[playerid] = 0;
    MatsHolding[playerid] = 0; TutTime[playerid] = 0;
    gPlayerMission[playerid] = 0; TaxiAccepted[playerid] = 999; BusAccepted[playerid] = 999;
    PlayerInfo[playerid][pCash] = dollah; NoFuel[playerid] = 0;
    HireCar[playerid] = 299; GangCar[playerid] = 512; PlayersChannel[playerid] = 999;
    TransportValue[playerid] = 0; TransportMoney[playerid] = 0; TransportTime[playerid] = 0; TransportCost[playerid] = 0; TransportDriver[playerid] = 999;
    Locator[playerid] = 0; PlayerOnMission[playerid] = 0; MissionCheckpoint[playerid] = 0;
    WatchingTV[playerid] = 0; PlayerPaintballing[playerid] = 0; PlayerPaintballKills[playerid] = 0;
    Fishes[playerid][pLastFish] = 0; Fishes[playerid][pFishID] = 0;
    ProposeOffer[playerid] = 999; MarryWitness[playerid] = 999; MarryWitnessOffer[playerid] = 999; MarriageCeremoney[playerid] = 0; ProposedTo[playerid] = 999; GotProposedBy[playerid] = 999; DivorceOffer[playerid] = 999;
    SafeGivePlayerMoney(playerid,PlayerInfo[playerid][pCash]); tactical[playerid] = 0; swat[playerid] = 0; authorizeswat = 0; authorizetactical = 0;
    PizzaCallTime[playerid] = 0; bPizza[playerid] = 0; sPizza[playerid] = 0; gEngine[playerid] = 0; FarmerVar[playerid] = 0; FarmerPickup[playerid][0] = 0; SmugglerWork[playerid] = 0; SmuggledDrugs[playerid] = 0; JustDied[playerid] = 0; KnockedDown[playerid] = 0; UnidentifedCall[playerid] = 0;
    LicenseOffer[playerid] = 999; LicensePrice[playerid] = 0; LicenseType[playerid] = 0; UsingDrugs[playerid] = 0; AfterTutorial[playerid] = 0;
    OwnableCarOffer[playerid] = 999; OwnableCarID[playerid] = 0; OwnableCarPrice[playerid] = 0; BlindFold[playerid] = 0; PlayerIsSweeping[playerid] = 0; AdminDuty[playerid] = 0; JustReported[playerid] = 0; PlayerNeedsHelp[playerid] = 0; AdminSpec[playerid] = 0; IsSmoking[playerid] = 0; UsingSmokeAnim[playerid] = 0; ReduceTime[playerid] = 0;
    CreatingGun[playerid] = 0; CreatingGunAmmo[playerid] = 0; CreatingGunPrice[playerid] = 0; IsPuttingMaterials[playerid] = 0; IsTakingGun[playerid] = 0;
    InAFoodPlace[playerid] = 0;
    PlayerInfo[playerid][pLevel] = 0;
    PlayerInfo[playerid][pAdmin] = 0;
    PlayerInfo[playerid][pDonateRank] = 0;
    PlayerInfo[playerid][gPupgrade] = 0;
    PlayerInfo[playerid][pConnectTime] = 0;
    PlayerInfo[playerid][pReg] = 0;
    PlayerInfo[playerid][pSex] = 0;
    PlayerInfo[playerid][pAge] = 0;
    PlayerInfo[playerid][pOrigin] = 0;
    PlayerInfo[playerid][pExp] = 0;
    PlayerInfo[playerid][pAccount] = 0;
    PlayerInfo[playerid][pCrimes] = 0;
    PlayerInfo[playerid][pDeaths] = 0;
    PlayerInfo[playerid][pArrested] = 0;
    PlayerInfo[playerid][pWantedDeaths] = 0;
    PlayerInfo[playerid][pPhoneBook] = 0;
    PlayerInfo[playerid][pLottoNr] = 0;
    PlayerInfo[playerid][pFishes] = 0;
    PlayerInfo[playerid][pBiggestFish] = 0;
    PlayerInfo[playerid][pJob] = 0;
    PlayerInfo[playerid][pPayCheck] = 0;
    PlayerInfo[playerid][pHeadValue] = 0;
    PlayerInfo[playerid][pJailed] = 0;
    PlayerInfo[playerid][pJailTime] = 0;
    PlayerInfo[playerid][pMats] = 0;
    PlayerInfo[playerid][pDrugs] = 0;
    PlayerInfo[playerid][pLeader] = 0;
    PlayerInfo[playerid][pMember] = 0;
    PlayerInfo[playerid][pFMember] = 255;
    PlayerInfo[playerid][pRank] = 0;
    PlayerInfo[playerid][pChar] = 0;
    PlayerInfo[playerid][pContractTime] = 0;
    PlayerInfo[playerid][pDetSkill] = 0;
    PlayerInfo[playerid][pSexSkill] = 0;
    PlayerInfo[playerid][pBoxSkill] = 0;
    PlayerInfo[playerid][pLawSkill] = 0;
    PlayerInfo[playerid][pMechSkill] = 0;
    PlayerInfo[playerid][pJackSkill] = 0;
    PlayerInfo[playerid][pCarSkill] = 0;
    PlayerInfo[playerid][pNewsSkill] = 0;
    PlayerInfo[playerid][pDrugsSkill] = 0;
    PlayerInfo[playerid][pCookSkill] = 0;
    PlayerInfo[playerid][pFishSkill] = 0;
    PlayerInfo[playerid][pSHealth] = 0.0;
    PlayerInfo[playerid][pHealth] = 50.0;
    PlayerInfo[playerid][pPos_x] = 1612.3240;
    PlayerInfo[playerid][pPos_y] = -2330.1670;
    PlayerInfo[playerid][pPos_z] = 13.5469;
    PlayerInfo[playerid][pInt] = 0;
    PlayerInfo[playerid][pLocal] = 255;
    PlayerInfo[playerid][pTeam] = 3;
    PlayerInfo[playerid][pModel] = 7;
    new randphone = 100000 + random(899999);//minimum 1000  max 9999 //giving one at the start
    PlayerInfo[playerid][pPnumber] = randphone;
    PlayerInfo[playerid][pPcarkey] = 999;
    PlayerInfo[playerid][pPcarkey2] = 999;
    PlayerInfo[playerid][pPcarkey3] = 999;
    PlayerInfo[playerid][pPhousekey] = 255;
    PlayerInfo[playerid][pGangKey] = 255;
    PlayerInfo[playerid][pPbiskey] = 255;
    PlayerInfo[playerid][pCarLic] = 0;
    PlayerInfo[playerid][pFlyLic] = 0;
    PlayerInfo[playerid][pBoatLic] = 0;
    PlayerInfo[playerid][pFishLic] = 0;
    PlayerInfo[playerid][pGunLic] = 0;
    PlayerInfo[playerid][pGun1] = 0;
    PlayerInfo[playerid][pGun2] = 0;
    PlayerInfo[playerid][pGun3] = 0;
    PlayerInfo[playerid][pGun4] = 0;
    PlayerInfo[playerid][pAmmo1] = 0;
    PlayerInfo[playerid][pAmmo2] = 0;
    PlayerInfo[playerid][pAmmo3] = 0;
    PlayerInfo[playerid][pAmmo4] = 0;
    PlayerInfo[playerid][pCarTime] = 0;
    PlayerInfo[playerid][pPayDay] = 0;
    PlayerInfo[playerid][pPayDayHad] = 0;
    PlayerInfo[playerid][pWatch] = 0;
    PlayerInfo[playerid][pCrashed] = 0;
    PlayerInfo[playerid][pWins] = 0;
    PlayerInfo[playerid][pLoses] = 0;
    PlayerInfo[playerid][pAlcoholPerk] = 0;
    PlayerInfo[playerid][pDrugPerk] = 0;
    PlayerInfo[playerid][pMiserPerk] = 0;
    PlayerInfo[playerid][pPainPerk] = 0;
    PlayerInfo[playerid][pTraderPerk] = 0;
    PlayerInfo[playerid][pTut] = 0;
    PlayerInfo[playerid][pMissionNr] = 0;
    PlayerInfo[playerid][pWarns] = 0;
    PlayerInfo[playerid][pFuel] = 0;
    PlayerInfo[playerid][pVirWorld] = 0;
    PlayerInfo[playerid][pRequestingBackup] = 0;
    PlayerInfo[playerid][pRoadblock] = 0;
    PlayerInfo[playerid][pFishTool] = 0;
    strmid(PlayerInfo[playerid][pNote1], "None", 0, strlen("None"), 255);
    PlayerInfo[playerid][pNote1s] = 0;
    strmid(PlayerInfo[playerid][pNote2], "None", 0, strlen("None"), 255);
    PlayerInfo[playerid][pNote2s] = 0;
    strmid(PlayerInfo[playerid][pNote3], "None", 0, strlen("None"), 255);
    PlayerInfo[playerid][pNote3s] = 0;
    strmid(PlayerInfo[playerid][pNote4], "None", 0, strlen("None"), 255);
    PlayerInfo[playerid][pNote4s] = 0;
    strmid(PlayerInfo[playerid][pNote5], "None", 0, strlen("None"), 255);
    PlayerInfo[playerid][pNote5s] = 0;
    PlayerInfo[playerid][pInvWeapon] = 0;
    PlayerInfo[playerid][pInvAmmo] = 0;
    PlayerInfo[playerid][pLighter] = 0;
    PlayerInfo[playerid][pCigarettes] = 0;
    PlayerInfo[playerid][pMask] = 0;
    PlayerInfo[playerid][pMaskuse] = 0;
    PlayerInfo[playerid][pHideNumber] = 0;
    PlayerInfo[playerid][pSpeaker] = 0;
    PlayerInfo[playerid][pLocked] = 0;
    //PlayerInfo[playerid][pSQLID] = 0;
    ClearCrime(playerid);
    ClearFishes(playerid);
    ClearCooking(playerid);
    ClearGroceries(playerid);
    ClearMarriage(playerid);
    SetPlayerColor(playerid,COLOR_GRAD2);
    HouseEntered[playerid] = 255;
    for(new h = 184; h < sizeof(CarInfo); h++)
    {
        SetVehicleParamsForPlayer(h,playerid,0,CarInfo[h][cLock]);
    }
    GetPlayerName(playerid, plname, sizeof(plname));
    format(string, sizeof(string), "users/%s.ini", plname);
    SendClientMessage(playerid, COLOR_YELLOW2, "Please wait...");
    if(fexist(string))
    {
        gPlayerAccount[playerid] = 1;
        SendClientMessage(playerid, COLOR_YELLOW2, "Immigration: You are a registered citizen of San Andreas.");
        SendClientMessage(playerid, COLOR_YELLOW2, "Hint: Use /login <password> to log in to your game account.");
        return 1;
    }
    else
    {
        gPlayerAccount[playerid] = 0;
        SendClientMessage(playerid,COLOR_YELLOW2,"Immigration: Please supply the necessary immigration documents by typing /register <password>");
        return 1;
    }
//  MySQLCheckConnection();

    // Check if the account exists
    //new sqlaccountstatus = MySQLCheckAccount(plname);
    //if(sqlaccountstatus != 0)
//  {
        // Check if the account is locked
        //if (MySQLCheckAccountLocked(sqlaccountstatus) != 0)
        //{
            //SendClientMessage(playerid, COLOR_LIGHTRED, "This account has been locked and cannot be accessed. Please contact an admin.");
            //Kick(playerid);
            //return 0;
        //}
        //gPlayerAccount[playerid] = 1;
        //PlayerInfo[playerid][pSQLID] = sqlaccountstatus;
    //}
    //else
    //{
        //gPlayerAccount[playerid] = 0;
    //}
    //return 1;
}
I found a mysql part and I commented it all, but now everytime I connect it shows me the Immigration sentence and then server restarting.. and this what appears in the log
pawn Код:
[23:33:59] Loading 133 pickups... Loaded successfuly !
[23:33:59] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[23:33:59] Script[gamemodes/AllStarRoleplay.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[23:33:59] Number of vehicle models: 46
[23:33:59]  
[23:33:59]  ==========================================
[23:33:59]  |                                        |
[23:33:59]  |  A new version (v<!DOCTYPE) of YSI is  |
[23:33:59]  |            available from:             |
[23:33:59]  |                                        |
[23:33:59]  |     [url]www.y-less.com/YSI/YSI_1.0.zip[/url]     |
[23:33:59]  |                                        |
[23:33:59]  ==========================================
[23:33:59]  
[23:33:59]  
[23:33:59]  ==========================================
[23:33:59]  |                                        |
[23:33:59]  |  A new version (v<!DOCTYPE) of YSI is  |
[23:33:59]  |            available from:             |
[23:33:59]  |                                        |
[23:33:59]  |     [url]www.y-less.com/YSI/YSI_1.0.zip[/url]     |
[23:33:59]  |                                        |
[23:33:59]  ==========================================
[23:33:59]  
[23:34:11] Loading 133 pickups... Loaded successfuly !
[23:34:11] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:11] Script[gamemodes/AllStarRoleplay.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:11] Number of vehicle models: 46
[23:34:23] Loading 133 pickups... Loaded successfuly !
[23:34:23] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:23] Script[gamemodes/AllStarRoleplay.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:23] Number of vehicle models: 46
[23:34:35] Loading 133 pickups... Loaded successfuly !
[23:34:35] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:35] Script[gamemodes/AllStarRoleplay.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:35] Number of vehicle models: 46
[23:34:48] Loading 133 pickups... Loaded successfuly !
[23:34:48] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:48] Script[gamemodes/AllStarRoleplay.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:48] Number of vehicle models: 46
[23:34:59] Loading 133 pickups... Loaded successfuly !
[23:34:59] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:59] Script[gamemodes/AllStarRoleplay.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[23:34:59] Number of vehicle models: 46
[23:35:06] Incoming connection: 127.0.0.1:59457
[23:35:06] [join] Omar_Flucker has joined the server (0:127.0.0.1)
[23:35:11] Loading 133 pickups... Loaded successfuly !
[23:35:11] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[23:35:11] Script[gamemodes/AllStarRoleplay.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[23:35:11] Number of vehicle models: 46
[23:35:23] Loading 133 pickups... Loaded successfuly !
[23:35:23] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[23:35:23] Script[gamemodes/AllStarRoleplay.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[23:35:23] Number of vehicle models: 46
[23:35:35] Loading 133 pickups... Loaded successfuly !
[23:35:35] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[23:35:35] Script[gamemodes/AllStarRoleplay.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[23:35:35] Number of vehicle models: 46
[23:35:45] [part] Omar_Flucker has left the server (0:0)
Reply


Messages In This Thread
Can't connect to the server - by Red_Dragon. - 19.05.2013, 23:16
Re: Can't connect to the server - by Scrillex - 19.05.2013, 23:35
Re: Can't connect to the server - by Red_Dragon. - 19.05.2013, 23:49
Re: Can't connect to the server - by BatmanAndRobin - 19.05.2013, 23:54
Re: Can't connect to the server - by Scrillex - 20.05.2013, 00:12
Re: Can't connect to the server - by Red_Dragon. - 21.05.2013, 21:37
Re: Can't connect to the server - by Jstylezzz - 21.05.2013, 21:43
Re: Can't connect to the server - by Red_Dragon. - 21.05.2013, 22:10
Re: Can't connect to the server - by Bigbb12f - 22.05.2013, 09:37
Re: Can't connect to the server - by Red_Dragon. - 23.05.2013, 16:37

Forum Jump:


Users browsing this thread: 3 Guest(s)