Jump to content

Fashion

Membru
  • Posts

    47
  • Joined

  • Last visited

Posts posted by Fashion

  1. Just now, peiN said:

    Salut, iti recomand Kekshost.com . Am avut la ei host, singura problema pe care am intalnit-o a fost ca nu imi faceau backup la server :'( . In rest, sunt ok, si daca ai un numar destul de mare de playeri sunt dispusi sa faca parteneriate :)

    pe mine ma intereseaza daca ruleaza r39-6

  2. Salut, am o saptamana de cand am cumparat un host de la 0ping si inca nu am primit baza de date si nu prea cred ca o sa o mai primesc, asa ca vreau sa va intreb ce firme de hosting recomandati voi pentru un server de samp cu r39 mysql, nu conteaza pretul, nu ma intereseaza firme de cacat, vreau ceva de durata si sa nu pice sa un simplu flood.

  3. Salut, am si eu o problema, nu imi porneste gm-ul, uitati server_log-ul:

    
    ----------
    Loaded log file: "server_log.txt".
    ----------
    
    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team
    
    [17:02:56] filterscripts = ""  (string)
    [17:02:56] 
    [17:02:56] Server Plugins
    [17:02:56] --------------
    [17:02:56]  Loading plugin: crashdetect.so
    [17:02:56]   CrashDetect v4.18.1 is OK.
    [17:02:56]   Loaded.
    [17:02:56]  Loading plugin: streamer.so
    [17:02:56] 
    
    *** Streamer Plugin v2.9.3 by Incognito loaded ***
    
    [17:02:56]   Loaded.
    [17:02:56]  Loading plugin: hash.so
    [17:02:56] [HASH] Plugin successfully loaded 0.0.1 (Compiled on Feb 24 2014, 15:53:40).
    [17:02:56]   Loaded.
    [17:02:56]  Loading plugin: mysql.so
    [17:02:56]  >> plugin.mysql: R39-6 successfully loaded.
    [17:02:56]   Loaded.
    [17:02:56]  Loading plugin: sscanf2.so
    [17:02:56] 
    
    *** Streamer Plugin v2.8.2 by Incognito loaded ***
    
    [17:02:56]   Loaded.
    [17:02:56]  Loading plugin: profiler.so
    [17:02:56]   Profiler plugin 2.15.1
    [17:02:56]   Loaded.
    [17:02:56]  Loading plugin: nativechecker.so
    [17:02:56]   Loaded.
    [17:02:56]  Loaded 7 plugins.
    
    [17:02:56] 
    [17:02:56] Ban list
    [17:02:56] --------
    [17:02:56]  Loaded: samp.ban
    [17:02:56] 
    [17:02:56] 
    [17:02:56] Filterscripts
    [17:02:56] ---------------
    [17:02:56]   Loaded 0 filterscripts.
    
    [17:02:57]    Error: Function not registered: 'SSCANF_Init'
    [17:02:57]    Error: Function not registered: 'SSCANF_Join'
    [17:02:57]    Error: Function not registered: 'SSCANF_Leave'
    [17:02:57]    Error: Function not registered: 'sscanf'
    [17:02:57] [debug] Run time error 19: "File or function is not found"
    [17:02:57] [debug]  SSCANF_Init
    [17:02:57] [debug]  SSCANF_Join
    [17:02:57] [debug]  SSCANF_Leave
    [17:02:57] [debug]  sscanf
    [17:02:57] [debug] Run time error 19: "File or function is not found"
    [17:02:57] [debug]  SSCANF_Init
    [17:02:57] [debug]  SSCANF_Join
    [17:02:57] [debug]  SSCANF_Leave
    [17:02:57] [debug]  sscanf
    [17:02:57] Script[gamemodes/tpn_gamemode.amx]: Run time error 19: "File or function is not found"
    [17:02:57] Number of vehicle models: 0

    Server.cfg

    
    // *** ------------------------------------------------ *** //
    // *** ZeroPing SA:MP server.cfg reconfiguration daemon *** //
    // *** ------------------------------------------------ *** //
    // *** -> The file has been rewritten with forced values
    
    bind 93.119.25.200
    maxplayers 50
    port 7777
    
    // *** -> Here comes the user configuration
    
    
    echo Executing server config
    lanmode 0
    rcon_password mypassword
    hostname Hosted by ZeroPing
    announce 1
    query 1
    gamemode0 tpn_gamemode 1
    filterscripts 
    plugins crashdetect.so streamer.so hash.so mysql.so sscanf2.so profiler.so nativechecker.so 
    weburl http://www.zeroping.ro
    maxnpc 1
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000
    mapname San Andreas
    

    Poate sa fie de la phpmyadmin?

  4. Din cate am inteles trebuie sa pun include-urile intr-o ordine, acestea sunt includeurile mele , imi puteti spune cum sa le pun? 

    #include 		<a_samp>
    #include 		<a_mysql>
    #include 		<YSI\y_master>
    #include 		<YSI\y_timers>
    #include 		<YSI\y_va>
    #include		<YSI\y_iterate>
    #include 		<YSI\y_hooks>
    #include 		<YSI\y_bit>	
    #include 		<sscanf2>
    #include 		<zcmd>
    #include 		<streamer>
    #include        <fly>
    #define 		MAX_DIALOG_PREVIEW_MODELS 15
    #define 		MAX_DIALOG_PREVIEW_TEXTSIZE 32
    #include 		<PreviewModelDialog>

     

  5. 2 hours ago, Banditul said:

    Problema ta este faptul ca vectorul tau BikersStunt trebuie sa fie 2D in nici un caz 1D si ar trebui sa fie:

    new BikersStunt[marime index][stuntB]

    Si in functie de fiecare index va contine informatiile de care ai nevoie desi dupa cum vad eu treaba marimea indexului ar trebui sa fie 1 si sa folosesti numa indexu 0(pentru ca datele tale din enum sunt repetitive in loc sa fie numa una si sa stochezi in indexi diferiti, dar nu ma bag, sistemu tau)

    nu merge , nush dc .

    12 hours ago, andy47 said:
    
    enum stuntB
    {
        Float:sX,
        Float:sY,
        Float:sZ,
        sActive,
        sNume1[256],
        sNume2[256],
        sNume3[256],
        sN1,
        sN2,
        sN3,
        sPrize1,
        sPrize2,
        sPrize3
    
    };

    Nu stiu exact ce vrei sa faci, dar daca e dupa gandirea mea ai putea folosi alta modalitate.

    am sa incerc sa fac asa.

  6. Salut, am si eu aceasta eroare , imi puteti spune de la ce e ? am cautat pe net si cica ar fi de la depasirea marimii vectorului/stringului dar nu gasesc problema

    (1780) : error 032: array index out of bounds (variable "BikersStunt")

    linia de eroare: format(BikersStunt[sNume1], sizeof(BikersStunt[sNume1]), "nume");

    enum stuntB
    {
        Float:sX,
        Float:sY,
        Float:sZ,
        sActive,
        sNume1[256],
        sNume2[256],
        sNume3[256],
        sN1=0,
        sN2=0,
        sN3=0,
        sPrize1,
        sPrize2,
        sPrize3

    };
    new BikersStunt[stuntB];

  7. Salut, am aceasta eroare cand vreau sa pun crashdetectul 

    C:\Users\Andrei\Desktop\Gamemode\pawno\include\YSI_Coding\..\YSI_Coding\y_malloc/heapalloc.inc(337) : error 004: function "Malloc_OnRuntimeError" is not implemented 

    Din cate am vazut nu este implementata o functie . 

  8. Salut , am aceasta eroare  cand vreau sa pornesc serverul pe vps-ul meu ( ubuntu 16.04 64 bit )

     

    Started server on port: 7777, with maxplayers: 1000 lanmode is OFF.

    [log-core] fatal signal '11' (SIGSEGV) catched

    Segmentation fault
     

  9. Salut sa-mp.ro , am si eu o problema la o comanda :

    Ms anticipat. , pr

    C:\Users\Andrei\Desktop\Server samp\gamemodes\ro-rpg.pwn(20303) : error 035: argument type mismatch (argument 2)
    Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    1 Error.
    CMD:pin(playerid,params[])
    {
    	if(IsPlayerConnected(playerid))
    	{
    	    if(PlayerInfo[playerid][pPinn] == 0 ) SendClientMessage(playerid,COLOR_WHITE,"Nu ti-ai setat pinul , foloseste comanda /pin.");
    	    else
    	    {
    	        new pinnr;
    	        if(sscanf(params, "i",pinnr)) return SendClientMessage(playerid, COLOR_GREY,"Sintaxa: {FFFFFF}/pin <number(ex: 1234)>");
    	        if(pinnr<1000 ||pinnr >9999) SendClientMessage(playerid, COLOR_WHITE,"Pinul tau trebuie sa aibe 4 cifre");
    			else
    			{
    			    if(PlayerInfo[playerid][pPinnLogin]==1) SendClientMessage(playerid,COLOR_WHITE,"Ti-ai confirmat deja pinul pentru acest login.");
    			    else
    			    {
    			        if(PlayerInfo[playerid][pPinn]!=pinnr)
    					{
    						SendClientMessage(playerid,COLOR_WHITE,"Ti-ai gresit pinul.");
    						new kickpin[256],sendername[256];
    						GetPlayerName(playerid, sendername, sizeof(sendername));
    						format(kickpin,sizeof(kickpin),"AdmCmd: Jucatorul %s a primit kick pentru ca si-a gresit pinul.",sendername);
    						SendClientMessage(COLOR_RED,kickpin);
    						Kick(playerid);
    					}
    					else //linia problema
    					{
    					    SendClientMessage(playerid,COLOR_WHITE,"Felicitari!Acum ai full acces.");
    					    PlayerInfo[playerid][pPinnLogin]=1;
    					    new strgl[256];
    	  	    	        format(strgl,sizeof(strgl),"UPDATE users SET `PinnLogin`='1' WHERE `ID`='%d'",pinnr,PlayerInfo[playerid][pSQLID]);
    		     		    mysql_query(SQL,strgl);
    
    	 				}
    			    }
    			}
    		}
    	}
    	return 1;
    }

     

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