Jump to content

alexredd

Membru
  • Posts

    49
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by alexredd

  1. Primesc eroarea asta in server_log. Pe host de la takehost.. In pc daca il deschid nu da nici-o eroare..

    
    ----------
    Loaded log file: "server_log.txt".
    ----------
    
    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team
    
    [12:30:40] password = ""  (string)
    [12:30:40] 
    [12:30:40] Server Plugins
    [12:30:40] --------------
    [12:30:40]  Loading plugin: crashdetect.so
    [12:30:40]   CrashDetect v4.15.1 is OK.
    [12:30:40]   Loaded.
    [12:30:40]  Loading plugin: nativechecker.so
    [12:30:40]   Loaded.
    [12:30:40]  Loading plugin: sscanf.so
    [12:30:40] 
    
    [12:30:40]  ===============================
    
    [12:30:40]       sscanf plugin loaded.     
    
    [12:30:40]          Version:  2.8.1        
    
    [12:30:40]    (c) 2012 Alex "Y_Less" Cole  
    
    [12:30:40]  ===============================
    
    [12:30:40]   Loaded.
    [12:30:40]  Loading plugin: streamer.so
    [12:30:40] 
    
    *** Streamer Plugin v2.7.7 by Incognito loaded ***
    
    [12:30:40]   Loaded.
    [12:30:40]  Loading plugin: mysql_static.so
    [12:30:40]  >> plugin.mysql: R39-5 successfully loaded.
    [12:30:40]   Loaded.
    [12:30:40]  Loaded 5 plugins.
    
    [12:30:40] 
    [12:30:40] Filterscripts
    [12:30:40] ---------------
    [12:30:40]   Loading filterscript 'SOB.amx'...
    [12:30:41] 
    --------------------------------------
    [12:30:41] [0.3.7 R2] S0beit Detect - LOADED -
    [12:30:41] --------------------------------------
    
    [12:30:41]   Loaded 1 filterscripts.
    
    [12:30:41]    Error: Function not registered: 'cache_get_row_count'
    [12:30:41]    Error: Function not registered: 'cache_get_field_content'
    [12:30:41]    Error: Function not registered: 'cache_get_field_count'
    [12:30:41]    Error: Function not registered: 'cache_get_row'
    [12:30:41]    Error: Function not registered: 'CreateDynamicRectangle'
    [12:30:41]    Error: Function not registered: 'SSCANF_Init'
    [12:30:41]    Error: Function not registered: 'SSCANF_IsConnected'
    [12:30:41]    Error: Function not registered: 'SSCANF_Join'
    [12:30:41]    Error: Function not registered: 'SSCANF_Leave'
    [12:30:41]    Error: Function not registered: 'mysql_query'
    [12:30:41]    Error: Function not registered: 'mysql_escape_string'
    [12:30:41]    Error: Function not registered: 'mysql_format'
    [12:30:41]    Error: Function not registered: 'mysql_tquery'
    [12:30:41]    Error: Function not registered: 'cache_insert_id'
    [12:30:41]    Error: Function not registered: 'cache_delete'
    [12:30:41]    Error: Function not registered: 'DestroyDynamicObject'
    [12:30:41]    Error: Function not registered: 'CreateDynamicPickup'
    [12:30:41]    Error: Function not registered: 'mysql_close'
    [12:30:41]    Error: Function not registered: 'CreateDynamicObject'
    [12:30:41]    Error: Function not registered: 'SetDynamicObjectMaterialText'
    [12:30:41]    Error: Function not registered: 'GetDynamicObjectPos'
    [12:30:41]    Error: Function not registered: 'GetDynamicObjectRot'
    [12:30:41]    Error: Function not registered: 'CreateDynamic3DTextLabel'
    [12:30:41]    Error: Function not registered: 'mysql_log'
    [12:30:41]    Error: Function not registered: 'mysql_connect'
    [12:30:41]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
    [12:30:41]    Error: Function not registered: 'CreateDynamicMapIcon'
    [12:30:41]    Error: Function not registered: 'CountDynamicObjects'
    [12:30:41]    Error: Function not registered: 'CountDynamicPickups'
    [12:30:41]    Error: Function not registered: 'sscanf'
    [12:30:41]    Error: Function not registered: 'cache_get_field_content_int'
    [12:30:41]    Error: Function not registered: 'DestroyDynamicPickup'
    [12:30:41]    Error: Function not registered: 'EditDynamicObject'
    [12:30:41]    Error: Function not registered: 'cache_get_field_content_float'

     

  2. Quote

    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 == 0)
                {
                    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;
    }

    POFTIM!

  3. Descriere produs:Vand doua conturi pe bugged...
    Preţ: 25lei BUCATA sau iteme CS GO..
    Alte detalii: Un cont level 15 cu 8kk si premium si penennieal  si celalant cont level 23 cu rp pentru level 25 fara premium si fara bani ...

  4. Problema intalnita (descriere):Cand vreau sa dau /vhelp dupa ce primesc masina de tutorial imi spune ca nu am masina.. 
    Ero(area / rile) / warning-(ul / urile):You do not currently own a vehicle
    Liniile de cod / sursa / script-ul(obligatoriu):

    CMD:vhelp(playerid, params[])
    {
    	if(gLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_ERROR, "You are not logged in.");
    	if(GetVehNumber(playerid) == 0)
    	{
    		return SendClientMessage(playerid,COLOR_ERROR,"You do not currently own a vehicle.");
    	}
    	SendClientMessage(playerid, COLOR_SERVER,"_______________________________________");
    	SendClientMessage(playerid, COLOR_WHITE,"*** Vehicle HELP *** type a command for more help");
    	SendClientMessage(playerid, COLOR_GRAD2,"*** Vehicle HELP *** /vehicles /sellvehex /sellvehto /removemods /radiocar /givekey");
    	SendClientMessage(playerid, COLOR_GRAD3,"*** Vehicle HELP *** /park /plate /vcolor /sellveh /vtow /locate /lock /vehswitch");
    	SendClientMessage(playerid, COLOR_GRAD4,"*** Neon HELP *** /buyneon /neon");
    	SendClientMessage(playerid, COLOR_GRAD5,"*** OTHER *** /cellphonehelp /househelp /renthelp /businesshelp /wthelp");
    	return 1;
    }


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

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