Jump to content

AdY.Capone

Membru
  • Posts

    115
  • Joined

  • Last visited

Posts posted by AdY.Capone

  1. De cateva zile ma tot chinui sa rezolv login.php

    Nu merge sa ma loghez.. id sau pass incorecte. Am pus exact ca din database.. tabel users de unde sa extraga, name si password exact ca in database.. si nimic.

    <?php

    include 'includes/config.php';

    if(isset($_POST['username']) && isset($_POST['password'])){

        $username = sec($_POST['username']);

        $password = $_POST['password'];

        $check = get_row("SELECT ID FROM users WHERE name='$username' && password='$password'");

        if(isset($check['id'])){

            $banned = get_row("SELECT * FROM bans WHERE name='$username'");

            if(isset($banned['id'])){

                if($banned['BanaP'] == 0){

                    $err = 'EÅŸti banat permanent.';

                }else{

                    $err = 'EÅŸti banat până la data de '.$banned['BanzP'].'.'.$banned['BanlP'].'.'.$banned['BanaP'].' '.$banned['BanoP'].':'.$banned['BanmP'];

                }

            }else{

                $_SESSION['username'] = $_POST['username'];

                $_SESSION['password'] = $password;

                mysql_query("UPDATE users SET rpgon=2 WHERE Name='$username'");

                header('location: index.php');

            }

        }else{

            $err = 'Numele de utilizator ori parola incorecte.';

        }

    }

     

    include 'includes/header.php';

     

    ?>

     

    <div class="main-content">

    <div class="breadcrumbs" id="breadcrumbs">

    <script type="text/javascript">

                            try{ace.settings.check('breadcrumbs' , 'fixed')}catch(e){}

                        </script>

    <ul class="breadcrumb">

    <li>

    <i class="icon-home home-icon"></i>

    <a href="index">Acasă</a>

    </li>

    <li class="active"><i class="icon-angle-right"></i>

    Conectare

    </li>

    </ul>

     

    <div class="nav-search" id="nav-search">

    <form method="POST" action="searchplayer">

    <span class="input-icon">

    <input type="text" placeholder="Caută jucător ..." name="username" id="username" type="submit" class="nav-search-input" autocomplete="on">

    <i class="icon-search nav-search-icon"></i>

    </span>

    </form>

    </div>

     

    </div>

    <div class="page-content">

    <div class="row-fluid">

    <div class="span12">

    <center>

    <form method="POST" action="login.php">

            <?php if(isset($err)): ?>

                    <center><div class="alert alert-danger"><?=$err?></div></center>

            <?php endif; ?>        

        <h2>Panou Utilizator RPG Respect-Gaming</h2>

            

                Nume de utilizator:<br />

                <input type="text" id="username" name="username" /><br />

                Parola:<br />

                <input  id="password" type="password" name="password" /><br />

                <br />

                <input class="btn btn-inverse btn-large" type="submit" value="Conectare"><br /><br />

                <br>    

                <br>

                <div class="hr hr8 hr"></div>

                <br>

                (&copy;) Respect-Gaming 2014 - Toate Drepturile Rezervate

    </form>

    </center>

    </div><!-- this div closes span12-->

    </div><!-- this div close row fluid -->

    </div><!-- this div close page content-->

    </div><!-- this div close main content-->

    Nu am parolele criptate.

  2. Problema intalnita (descriere):Doresc sa pot spana mai multe masini pe server in acelasi timp. Cum pot modifica sistemul de spawnare al masinilor??
    Ero(area / rile) / warning-(ul / urile): -
    Liniile de cod / sursa / script-ul(obligatoriu):

     

     

     

    if(dialogid == DIALOG_VPANEL)
        {
            if(response)
            {
                new var[800];
                new coordsstring[64] = "Name\tStatus\n";
                if(GetVehNumber(playerid) == 0 && GetTutVeh(playerid) == 0)
                {
                    return SendClientMessage(playerid,COLOR_ERROR,"You do not currently own a vehicle.");
                }
                if(listitem == 0)
                {
                    for(new i = 1; i <= Total_Veh_Created; i++)
                    {
                        if(strmatch(vInfo[vOwner], GetName(playerid)))
                        {
                            if(IsVehSpawned(i) == 1) format(gString, sizeof(gString), "{FFFFFF}%s\t{33AA33}SPAWNED\n", VehicleNames[vInfo[vModel] - 400]);
                            else format(gString, sizeof(gString), "{FFFFFF}%s\t{F81414}DESPAWNED\n", VehicleNames[vInfo[vModel] - 400]);
                            strcat(var, gString);
                        }
                    }
                    strins(var, coordsstring, 0);
                    ShowPlayerDialog(playerid, DIALOG_VEHSWITCH, DIALOG_STYLE_TABLIST_HEADERS, "Vehicles", var, "Switch", "Exit");
                }
                if(listitem == 1)
                {
                    if(GetPlayerCash(playerid) < BizzInfo[9][bEntranceCost]) return SendClientMessage(playerid, COLOR_ERROR,"You don't have enough money.");
                    new Float:health;
                    GetVehicleHealth(GetSpawnedVeh(playerid), health);
                    if(health < 248) SendClientMessage(playerid, COLOR_ERROR, "Vehiculul este incendiat!");
                    if(GetDriver(GetSpawnedVeh(playerid)) == INVALID_PLAYER_ID)
                    {
                        GivePlayerCash(playerid, - BizzInfo[9][bEntranceCost]);
                        SendClientMessage(playerid, COLOR_SYN2, "The vehicle was towed.");
                        SetVehicleToRespawn(GetSpawnedVeh(playerid));
                        PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);
                        SetVehicleHealth(GetSpawnedVeh(playerid),health);
                        BizzInfo[9][bSafe] += BizzInfo[9][bEntranceCost];
                        bUpdate(9, bSafex);
                        BizzPayLog(playerid, 9, BizzInfo[9][bEntranceCost]);

                        format(gString, sizeof(gString), "~r~~h~-$%s", FormatNumber(BizzInfo[9][bEntranceCost]));
                        GameTextForPlayer(playerid, gString, 1000, 1);
                    }
                    else
                    {
                        SendClientMessage(playerid, COLOR_ERROR,"Vehiculul este in folosinta cuiva!.");
                    }
                }
                if(listitem == 2)
                {
                     SendClientMessage(playerid,COLOR_SYN2,"Vehiculul tau a fost localizat. Il gasesti la punctul C de pe harta!.");
                     GetVehiclePos(GetSpawnedVeh(playerid), VehLocateC[0][playerid], VehLocateC[1][playerid], VehLocateC[2][playerid]);
                     SetPlayerMapIcon( playerid, 69, VehLocateC[0][playerid], VehLocateC[1][playerid], VehLocateC[2][playerid], 12, 86, MAPICON_GLOBAL_CHECKPOINT );
                     PlayerPlaySound(playerid, 1149, 0.0, 0.0, 0.0);
                     VehLocateON[playerid] = 1;
                }
                if(listitem == 3)
                {
                    for(new i = 1; i <= Total_Veh_Created; i++)
                    {
                        if(strmatch(vInfo[vOwner], GetName(playerid)))
                        {
                            new lock[4], destroyed[4];
                            if(vInfo[vLocked] == 1) {lock = "Yes"; }
                            else if(vInfo[vLocked] == 0) {lock = "No"; }
                            if(vInfo[vDestroyed] == 1) {destroyed = "Yes"; }
                            else if(vInfo[vDestroyed] == 0) {destroyed = "No"; }
                            new model = vInfo[vModel] - 400;
                            new insurance = 0;
                            if(OdoVehicle(vInfo[vModel]) == 1) insurance = 100 + floatround(vInfo[vKm]);

                            format(gString, 256, "{FFFFFF}Model:[%s] Locked:[%s] Color1:[%d] Color2:[%d]\n{FFFFFF}Price:[$%s] Destroyed:[%s] KM:[%.1f] Insurance:[$%s]\n\n", VehicleNames[model], lock, vInfo[vColor1], vInfo[vColor2], FormatNumber(vInfo[vPrice]), destroyed, vInfo[vKm], FormatNumber(insurance));
                            strcat(var, gString);
                        }
                    }
                    ShowPlayerDialog(playerid, DIALOG_IPANEL, DIALOG_STYLE_MSGBOX, "Vehicles Info", var, "Close", "");
                }
                if(listitem == 4)
                {
                    if(PlayerInfo[playerid][pGold] < 2500) return SendClientMessage(playerid, COLOR_ERROR, "Tu nu detii suficient gold!");
                    if(PlayerInfo[playerid][pVehicleSlots] == 5) return SendClientMessage(playerid, COLOR_ERROR, "You can't own more than 5 vehicles.");
                    PlayerInfo[playerid][pVehicleSlots] += 1;
                    Update(playerid, pVehicleSlotsx);
                    PlayerInfo[playerid][pGold] -= 2500;
                    Update(playerid, pGoldx);
                    SendClientMessage(playerid, COLOR_SYN2, "Tocmai ai achizitionat un slot de vehicul personal din Shop!");
                }
            }
        }

     

    Acesta fiind dialogul, iar comanda

    CMD:vehicles(playerid, params[])
    {
        format(gString, sizeof(gString), "Spawn Vehicle\nTow Vehicle\nLocate Vehicle\nVehicles Info\n{FFCC00}[+] Add vehicle slots - {FFFF00}2.500{FFCC00} Gold");
        ShowPlayerDialog(playerid, DIALOG_VPANEL, DIALOG_STYLE_LIST, "Personal Vehicles Panel", gString, "Select", "Exit");
        return 1;
    }

    Imagini / Video (optional):
    Ati incercat sa rezolvati singur?: Nu stiu ce sa modific mai exact..

     

  3. la factiuni cand dau click in panel imi apare mysql_fetch_array() expects parameter 1 to be resource, boolean give in ...locatie......../header.php on line 472

    471  $x = mysql_query('SELECT COUNT(groupID) as total FROM groups WHERE groupAplication = "1"');
    472  $x = mysql_fetch_array($x);

    cum pot rezolva?

     

  4. Ma refer strict la asta.

    Ex o comanda /protecthouse id pret..

    proprietarul sa o poata accepta... /accept protecthouse

    Asta voiam sa spun..

    2 comenzi. Cum era la jobul bodyguard.. ii ofereai sa il aperi asa este si aici.. dar cand cineva de ex da rob la biz/casa sa ii apara grupului respectiv asta ex

    CMD:protecthouse(playerid, params[])

    }

          if(playerVariables[playerid][pGroup] == 2)

    si de aici nu stiu cum sa continui.. Sa nu aiba niciun efect comanda, doar sa tasteze protecthouse id.. acesta sa accepte iar grupului sa ii apara cand este jefuita..

     

  5. Descriere tutorial: Daca se poate sa imi dati si mie un tutorial prin care, o mafie de exemplu sa apare o afacere sau o casa. Ex tasteaza /protectbusiness iar proprietarul /accept protectbusiness, iar acelui grup sa ii apara cand cineva jefuieste business-ul. Nu stiu credca este munca.. daca ma puteti ajuta ar fi super.

  6. Problema intalnita (descriere):Nu extrage corect factiuniile din database.
    Ero(area / rile) / warning-(ul / urile): -
    Liniile de cod / sursa / script-ul(obligatoriu):

     

     

     

    CMD:factions(playerid, params[])
    {
        new members;
        new stringz2[1024];
        for(new xf = 0; xf < MAX_GROUPS; xf++)
        {
            if(strlen(groupVariables[xf][gGroupName]) >= 1 && strcmp(groupVariables[xf][gGroupName], "None", true))
            {
                new stringy2[256], app;
                mysql_format(handle, stringy2, 256, "SELECT * FROM `playeraccounts` WHERE  `playerGroup` = '%d'", xf);
                new Cache: resultx = mysql_query (handle, stringy2);
                members = cache_get_row_count();
                cache_delete(resultx);
                
                mysql_format(handle, stringy2, 256, "SELECT * FROM `groups` WHERE `groupID` = '%d'", xf);
                new Cache: resultd = mysql_query(handle, stringy2);
                if(cache_get_row_count() != 0)
                {
                    cache_get_field_content(0, "groupApplication", result); app = strval(result);
                }
                cache_delete(resultd);
                
                if(app == 1)
                {
                    format(stringz2, sizeof(stringz2),"%s%s [%d/%d] {00FF00}[applications online]{FFFFFF}\n", stringz2, groupVariables[xf][gGroupName], members, groupVariables[xf][gMaxMembers]);
                }
                else if(app == 1)
                {
                    format(stringz2, sizeof(stringz2),"%s%s [%d/%d] {FF0000}[applications offline]{FFFFFF}\n", stringz2, groupVariables[xf][gGroupName], members, groupVariables[xf][gMaxMembers]);
                }
            }
            ShowPlayerDialog(playerid, DIALOG_FACTIONS, DIALOG_STYLE_LIST,"Server: Factions", stringz2, "Select", "Cancel");
        }
        return 1;
    }

     

     

    In database sunt 10 factiunii.. acestia nu se extrag corect.. pe server apar decat 9, doar primele 3 apar informatiile necesare.. la celelalte sunt inversate ex.. scrie Grove Street iar cand dau click apare hitman

    Imagini / Video (optional):
    Ati incercat sa rezolvati singur?:

     

  7. Poti sa mori ca nu ai facut nimic..

    E gamemode virtual RPG

    poftim domnule sennow.. mare scripter csf

    CMD:vreauocaciula(playerid, params[])
    {
        if(playerVariables[playerid][pAdminLevel] >= 0 || EsteManager(playerid))
        {
            new
                playeradmid,
                playername[60],
                level,
                string[256];

            if(sscanf(params, "s[60]i", playername,level)) return SendClientMessage(playerid, COLOR_GREY, SYNTAX_MESSAGE"[/vreauocaciula]");
            {
                playeradmid = GetPlayerID(playername);
                if(IsPlayerConnected(playeradmid))
                {
                    if(level >= 0 && level <= 8)
                    {

                        GetPlayerName(playeradmid, szPlayerName, MAX_PLAYER_NAME);
                        format(string, sizeof(string), ".", szPlayerName, level);
                        SendClientMessage(playerid, COLOR_WHITE, string);

                        GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);

                        if(level == 0) format(string, sizeof(string), "", szPlayerName);
                        else if(level >= playerVariables[playeradmid][pAdminLevel]) format(string, sizeof(string), "", szPlayerName, level);
                        else if (level <= playerVariables[playeradmid][pAdminLevel]) format(string, sizeof(string), "", szPlayerName, level);

                        SendClientMessage(playeradmid, COLOR_NICESKY, string);

                        playerVariables[playeradmid][pAdminLevel] = level;
                    }
                    else SendClientMessage(playerid, COLOR_GREY, "");
                }
                else
                {
                    new query[500];

                    new aString[500];

                    format(query, 500,"UPDATE playeraccounts SET playerAdminLevel = '%d' WHERE playerName = '%s'", level, playername);
                    mysql_tquery(handle,query);

                    format(aString, sizeof(aString), "", playername, level);
                    SCM(playerid,COLOR_BLUE, aString);


                }
            }
        }
        return 1;
    }

     

    Uite inca ceva

    CMD:vreau2caiuli(playerid, params[])
    {
        if(playerVariables[playerid][pAdminLevel] >= 0 || EsteManager(playerid))
        {
            new
                playeradmid,
                playername[60],
                level,
                string[256];

            if(sscanf(params, "s[60]i", playername,level)) return SendClientMessage(playerid, COLOR_GREY, SYNTAX_MESSAGE"/vreau2caiuli");
            {
                playeradmid = GetPlayerID(playername);
                if(IsPlayerConnected(playeradmid))
                {
                    if(level >= 0 && level <= 7)
                    {

                        GetPlayerName(playeradmid, szPlayerName, MAX_PLAYER_NAME);
                        format(string, sizeof(string), "", szPlayerName, level);
                        SendClientMessage(playerid, COLOR_WHITE, string);

                        GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);

                        if(level == 0) format(string, sizeof(string), "", szPlayerName);
                        else if(level >= playerVariables[playeradmid][pAdminLevel]) format(string, sizeof(string), "", szPlayerName, level);
                        else if (level <= playerVariables[playeradmid][pAdminLevel]) format(string, sizeof(string), "", szPlayerName, level);

                        SendClientMessage(playeradmid, COLOR_NICESKY, string);

                        playerVariables[playeradmid][pAdminLevel] = level;
                    }
                    else SendClientMessage(playerid, COLOR_GREY, "V");
                }
                else
                {
                    new query[500];

                    new aString[500];

                    format(query, 500,"UPDATE playeraccounts SET playerAdminLevel = '%d' WHERE playerName = '%s'", level, playername);
                    mysql_tquery(handle,query);

                    format(aString, sizeof(aString), "", playername, level);
                    SCM(playerid,COLOR_BLUE, aString);


                }
            }
        }
        return 1;
    }

     

  8. Problema intalnita (descriere):Am pornit gamemode-ul din PC.. acesta mergea perfect iar cand l-am pus pe host am pus extensiile .so .. dar aparea unknown. L-am compilat am uploadat baza de date iar in server log aparea

    Loaded log file: "server_log.txt".
    ----------

    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team

    [19:49:43] filterscripts = ""  (string)
    [19:49:43]
    [19:49:43] Server Plugins
    [19:49:43] --------------
    [19:49:43]  Loading plugin: crashdetect.so
    [19:49:43]   Failed (/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/crashdetect.so))
    [19:49:43]  Loading plugin: wp.dll
    [19:49:43]   Failed (plugins/wp.dll: invalid ELF header)
    [19:49:43]  Loading plugin: sscanf.so
    [19:49:43]

    [19:49:43]  ===============================

    [19:49:43]       sscanf plugin loaded.     

    [19:49:43]    (c) 2009 Alex "Y_Less" Cole

    [19:49:43]    0.3d-R2 500 Players "dnee"

    [19:49:43]  ===============================

    [19:49:43]   Loaded.
    [19:49:43]  Loading plugin: streamer.so
    [19:49:43]   Loaded.
    [19:49:43]  Loading plugin: mysql.so
    [19:49:43]  >> plugin.mysql: R39-2 successfully loaded.
    [19:49:43]   Loaded.
    [19:49:43]  Loaded 3 plugins.

    [19:49:43]
    [19:49:43] Ban list
    [19:49:43] --------
    [19:49:43]  Loaded: samp.ban
    [19:49:43]
    [19:49:43]
    [19:49:43] Filterscripts
    [19:49:43] ---------------
    [19:49:43]   Loading filterscript 'progesss.amx'...
    [19:49:43] Progress Bar Creator by Flavio Toribio loaded
    [19:49:43]   Loaded 1 filterscripts.

    [19:49:43] Script[gamemodes/vx-rp.amx]: Run time error 19: "File or function is not found"
    [19:49:43] Number of vehicle models: 0

     

    In compiler am 0 erori.. nici warnings

    nu am putut urca fisierele .gitmodules .. deobicei programele care incep cu .

    Ero(area / rile) / warning-(ul / urile):Nu am
    Liniile de cod / sursa / script-ul(obligatoriu):
    Imagini / Video (optional):
    Ati incercat sa rezolvati singur?:Da, dar nu stiu cum sa uploadez .gitmodules

  9. Server cfg

    bind 93.119.26.207
    maxplayers 50
    port 7777

    // *** -> Here comes the user configuration


    echo Executing server config
    lanmode 1
    rcon_password mypass
    hostname ViewGame.ro | Mici probleme. | /bonus
    announce 0
    query 1
    gamemode0 gamemode 1
    filterscripts
    weburl www.viewgame.ro
    maxnpc 1
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000
    plugins crashdetect.so streamer.so sscanf.so mysql.so profiler.so
    profile_gamemode 1

     

  10. De cand am facut update si am pus gamemode pe host acesta se restarteaza.. mysql_log

    [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
    [19:21:52] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
    [19:22:05] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
    [19:22:05] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
    [19:22:14] [WARNING] CMySQLResult::GetRowDataByName - field not found ("MedicKit")
    [19:22:14] [WARNING] CMySQLResult::GetRowDataByName - field not found ("TWDCred")
    [19:22:14] [WARNING] CMySQLResult::GetRowDataByName - field not found ("FPS")
    [19:22:15] [WARNING] CMySQLResult::GetRowDataByName - field not found ("MedicKit")
    [19:22:15] [WARNING] CMySQLResult::GetRowDataByName - field not found ("TWDCred")
    [19:22:15] [WARNING] CMySQLResult::GetRowDataByName - field not found ("FPS")
    [19:22:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("MedicKit")
    [19:22:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("TWDCred")
    [19:22:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("FPS")
    [19:22:19] [WARNING] CMySQLResult::GetRowDataByName - field not found ("MedicKit")
    [19:22:19] [WARNING] CMySQLResult::GetRowDataByName - field not found ("TWDCred")
    [19:22:19] [WARNING] CMySQLResult::GetRowDataByName - field not found ("FPS")
    [19:22:29] [WARNING] CMySQLResult::GetRowDataByName - field not found ("MedicKit")
    [19:22:29] [WARNING] CMySQLResult::GetRowDataByName - field not found ("TWDCred")
    [19:22:29] [WARNING] CMySQLResult::GetRowDataByName - field not found ("FPS")
    [19:22:48] [WARNING] CMySQLResult::GetRowDataByName - field not found ("MedicKit")
    [19:22:48] [WARNING] CMySQLResult::GetRowDataByName - field not found ("TWDCred")
    [19:22:48] [WARNING] CMySQLResult::GetRowDataByName - field not found ("FPS")


    [debug] Server crashed while executing gamemode.amx
    [19:09:35] [debug] AMX backtrace:
    [19:09:35] [debug] #0 native SetPlayerName () from sscanf.so
    [19:09:35] [debug] #1 00098f84 in public MP_OPC (0) from gamemode.amx
    [19:09:35] [debug] #2 native CallLocalFunction () from samp03svr
    [19:09:35] [debug] #3 0001825c in public OPJV_OnPlayerConnect (0) from gamemode.amx
    [19:09:35] [debug] #4 native CallLocalFunction () from samp03svr
    [19:09:35] [debug] #5 00014930 in public SSCANF_OnPlayerConnect (0) from gamemode.amx
    [19:09:35] [debug] #6 0000e88c in public Itter_OnPlayerConnect (0) from gamemode.amx
    [19:09:35] [debug] #7 000012dc in public OnPlayerConnect (0) from gamemode.amx
    [19:09:35] [debug] Native backtrace:
    [19:09:35] [debug] #0 f7405e8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
    [19:09:35] [debug] #1 f73febcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
    [19:09:35] [debug] #2 f73ffdbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
    [19:09:35] [debug] #3 f7400226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
    [19:09:35] [debug] #4 f7405adc in ?? () from plugins/crashdetect.so
    [19:09:35] [debug] #5 f76f4410 in ?? ()
    [19:09:35] [debug] #6 080d5a67 in ?? () from samp03svr
    [19:09:35] [debug] #7 080d7a95 in ?? () from samp03svr
    [19:09:35] [debug] #8 f7343b56 in ?? () from plugins/sscanf.so
    [19:09:35] [debug] #9 080950e4 in ?? () from samp03svr
    [19:09:35] [debug] #10 f740194b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [19:09:35] [debug] #11 f74048f8 in ?? () from plugins/crashdetect.so
    [19:09:35] [debug] #12 f63700a4 in _ZN7amxprof8Profiler12CallbackHookEiPiS1_PFiP6tagAMXiS1_S1_E () from plugins/profiler.so
    [19:09:35] [debug] #13 f636a074 in _ZN8Profiler8CallbackEiPiS0_ () from plugins/profiler.so
    [19:09:35] [debug] #14 f63699a8 in ?? () from plugins/profiler.so
    [19:09:35] [debug] #15 f7408916 in amx_Exec () from plugins/crashdetect.so
    [19:09:35] [debug] #16 f7400be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [19:09:35] [debug] #17 f7404659 in ?? () from plugins/crashdetect.so
    [19:09:35] [debug] #18 f735225c in ?? () from plugins/streamer.so
    [19:09:35] [debug] #19 f6366381 in amx_Exec () from plugins/profiler.so
    [19:09:35] [debug] #20 f636ff30 in _ZN7amxprof8Profiler8ExecHookEPiiPFiP6tagAMXS1_iE () from plugins/profiler.so
    [19:09:35] [debug] #21 f6369fa0 in _ZN8Profiler4ExecEPii () from plugins/profiler.so
    [19:09:35] [debug] #22 f6369721 in ?? () from plugins/profiler.so
    [19:09:35] [debug] #23 080dfd62 in ?? () from samp03svr
    [19:09:35] [debug] #24 080950e4 in ?? () from samp03svr
    [19:09:35] [debug] #25 f740194b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [19:09:35] [debug] #26 f74048f8 in ?? () from plugins/crashdetect.so
    [19:09:35] [debug] #27 f63700a4 in _ZN7amxprof8Profiler12CallbackHookEiPiS1_PFiP6tagAMXiS1_S1_E () from plugins/profiler.so
    [19:09:35] [debug] #28 f636a074 in _ZN8Profiler8CallbackEiPiS0_ () from plugins/profiler.so
    [19:09:35] [debug] #29 f63699a8 in ?? () from plugins/profiler.so
    [19:09:35] [debug] #30 f7408916 in amx_Exec () from plugins/crashdetect.so
    [19:09:35] [debug] #31 f7400be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [19:09:35] [debug] #32 f7404659 in ?? () from plugins/crashdetect.so
    [19:09:35] [debug] #33 f735225c in ?? () from plugins/streamer.so
    [19:09:35] [debug] #34 f6366381 in amx_Exec () from plugins/profiler.so
    [19:09:35] [debug] #35 f636ff30 in _ZN7amxprof8Profiler8ExecHookEPiiPFiP6tagAMXS1_iE () from plugins/profiler.so
    [19:09:35] [debug] #36 f6369fa0 in _ZN8Profiler4ExecEPii () from plugins/profiler.so
    [19:09:35] [debug] #37 f6369721 in ?? () from plugins/profiler.so
    [19:09:35] [debug] #38 080dfd62 in ?? () from samp03svr
    [19:09:35] [debug] #39 080950e4 in ?? () from samp03svr
    [19:09:35] [debug] #40 f740194b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [19:09:35] [debug] #41 f74048f8 in ?? () from plugins/crashdetect.so
    [19:09:35] [debug] #42 f63700a4 in _ZN7amxprof8Profiler12CallbackHookEiPiS1_PFiP6tagAMXiS1_S1_E () from plugins/profiler.so
    [19:09:35] [debug] #43 f636a074 in _ZN8Profiler8CallbackEiPiS0_ () from plugins/profiler.so
    [19:09:35] [debug] #44 f63699a8 in ?? () from plugins/profiler.so
    [19:09:35] [debug] #45 f7408916 in amx_Exec () from plugins/crashdetect.so
    [19:09:35] [debug] #46 f7400be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [19:09:35] [debug] #47 f7404659 in ?? () from plugins/crashdetect.so
    [19:09:35] [debug] #48 f735225c in ?? () from plugins/streamer.so
    [19:09:35] [debug] #49 f6366381 in amx_Exec () from plugins/profiler.so
    [19:09:35] [debug] #50 f636ff30 in _ZN7amxprof8Profiler8ExecHookEPiiPFiP6tagAMXS1_iE () from plugins/profiler.so
    [19:09:35] [debug] #51 f6369fa0 in _ZN8Profiler4ExecEPii () from plugins/profiler.so
    [19:09:35] [debug] #52 f6369721 in ?? () from plugins/profiler.so
    [19:09:35] [debug] #53 080a51c9 in ?? () from samp03svr
    [19:09:35] [debug] #54 080d09ff in ?? () from samp03svr
    [19:09:35] [debug] #55 080b5515 in ?? () from samp03svr
    [19:09:35] [debug] #56 08071d38 in ?? () from samp03svr
    [19:09:35] [debug] #57 08071e32 in ?? () from samp03svr
    [19:09:35] [debug] #58 0807bc50 in ?? () from samp03svr
    [19:09:35] [debug] #59 080aed3d in ?? () from samp03svr
    [19:09:35] [debug] #60 080aef02 in ?? () from samp03svr
    [19:09:35] [debug] #61 080aa13a in ?? () from samp03svr
    [19:09:35] [debug] #62 f743fbf6 in __libc_start_main () from /lib32/libc.so.6
    [19:09:35] [debug] #63 0804b4e1 in ?? () from samp03svr

     

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