Jump to content

Andrey.bca

Membru
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Andrey.bca

  1. Problema intalnita (descriere): Este un sistem de event , nu da nici o eroare , dar cand intru pe server nu merge comenzile respective..
    Ero(area / rile) / warning-(ul / urile): Nu sunt
    Liniile de cod / sursa / script-ul(obligatoriu):

    #include <a_samp>

        stock
    CMD:stopevent(playerid, params[])
        {
            if(IsPlayerConnected(playerid))
            {
                if(PlayerInfo[playerid][pAdmin] >= 9)
                {
                     EventStarted = 0;
                     GetPlayerName(playerid, sendername, sizeof(sendername));
                     format(string, sizeof(string), " [Event]Admin %s A Oprit Eventul .", sendername);
                    OOCNews(COLOR_RED,string);
                 }
                else
                {
                    SendClientMessage(playerid, COLOR_GRAD1, " you are not authorized to use that command!");
                }
             }
             return 1;
        }
        stock
    CMD:startevent(playerid, params[])
        {
            if(IsPlayerConnected(playerid))
            {
                if (PlayerInfo[playerid][pAdmin] >= 9 && (!EventStarted))
                {
                    EventStarted = 1;
                    EventLocked = 0;
                    GetPlayerPos(playerid,ex,ey,ez);
                    GetPlayerName(playerid, sendername, sizeof(sendername));
                     format(string, sizeof(string), "[Event]Admin %s A Pornit Un event, pentru a face parte din event /joinevent .", sendername);
                    OOCNews(COLOR_LIGHTRED,string);
                }
                else if (PlayerInfo[playerid][pAdmin] >= 9 && (EventStarted))
                {
                    EventStarted = 0;
                }
                else
                {
                    SendClientMessage(playerid, COLOR_GRAD1, "   you are not authorized to use that command!");
                }
            }
            return 1;
        }
        stock
    CMD:joinevent(playerid, params[])
        {
            if(IsPlayerConnected(playerid))
            {
                if(EventStarted == 0)
                  {
                      SendClientMessage(playerid, COLOR_LIGHTBLUE, "[Event] Eventul nu a fost pornit .");
                      return 1;
                }
                else if(EventLocked == 1)
                  {
                      SendClientMessage(playerid, COLOR_RED, "[Event] Eventul A Fost Blocat");
                      return 1;
                }
                SetPlayerPos(playerid,ex,ey,ez);
                SetPlayerInterior(playerid,0);
                SetPlayerVirtualWorld(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
            }
            return 1;
        }
        stock
    CMD:lockevent(playerid, params[])
        {
            if(IsPlayerConnected(playerid))
            {
                if (PlayerInfo[playerid][pAdmin] >= 9)
                {
                    EventLocked = 1;
                    GetPlayerPos(playerid,ex,ey,ez);
                    GetPlayerName(playerid, sendername, sizeof(sendername));
                     format(string, sizeof(string), "[Event] Admin %s A Blocat Eventul .", sendername);
                     OOCNews(COLOR_LIGHTBLUE,string);
                }
                else
                {
                    SendClientMessage(playerid, COLOR_GRAD1, "   you are not authorized to use that command!");
                }
            }
            return 1;
        }

     
    Imagini / Video (optional): http://imgur.com/a/MMbpq
    Ati incercat sa rezolvati singur?: Da

  2. Problema intalnita (descriere): Am urcat baza de date .. mi-am facut cont ...mi-a aparut cont-ul la user ... iar dupa o perioada am vrut sa imi dau level mai mare din baza de date si cand intram pe server aveam tot level 1 , si cand fac alt cont nu imi mai apare in baza de date .. 
    Ero(area / rile) / warning-(ul / urile): Niciuna
    Liniile de cod / sursa / script-ul(obligatoriu): - 
    Imagini / Video (optional): - 
    Ati incercat sa rezolvati singur?: Da

  3. Problema intalnita (descriere): Cand dau /startwork pentru a ma da in glorie ca sa incep munca imi da infernus .. Si nu gasesc id-ul masini . Unde pot sa gasesc id-ul masini?
    Ero(area / rile) / warning-(ul / urile): -
    Liniile de cod / sursa / script-ul(obligatoriu):-
    Imagini / Video (optional): http://imgur.com/a/qmQYH
    Ati incercat sa rezolvati singur?: Da , dar nu gasesc ...

  4. Problema intalnita (descriere): Imi da ''debug'' la windows/system32 
    Ero(area / rile) / warning-(ul / urile): -
    Liniile de cod / sursa / script-ul(obligatoriu): [18:56:06] [debug] Server crashed due to an unknown error
    [18:56:10] [debug] Native backtrace:
    [18:56:10] [debug] #0 775f5fbd in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [18:56:10] [debug] #1 775f2e7d in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [18:56:10] [debug] #2 775f2d68 in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [18:56:10] [debug] #3 764bf1ac in ?? () from C:\Windows\system32\kernel32.dll
    [18:56:10] [debug] #4 00498e11 in ?? () from samp-server.exe
    [18:56:10] [debug] #5 0048f3df in ?? () from samp-server.exe
    [18:56:10] [debug] #6 0048d555 in ?? () from samp-server.exe
    Imagini / Video (optional): 
    Ati incercat sa rezolvati singur?: Da 

  5. Problema intalnita (descriere): Imi da ''debug'' la windows/system32 
    Ero(area / rile) / warning-(ul / urile): -
    Liniile de cod / sursa / script-ul(obligatoriu): [18:56:06] [debug] Server crashed due to an unknown error
    [18:56:10] [debug] Native backtrace:
    [18:56:10] [debug] #0 775f5fbd in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [18:56:10] [debug] #1 775f2e7d in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [18:56:10] [debug] #2 775f2d68 in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [18:56:10] [debug] #3 764bf1ac in ?? () from C:\Windows\system32\kernel32.dll
    [18:56:10] [debug] #4 00498e11 in ?? () from samp-server.exe
    [18:56:10] [debug] #5 0048f3df in ?? () from samp-server.exe
    [18:56:10] [debug] #6 0048d555 in ?? () from samp-server.exe
    Imagini / Video (optional): 
    Ati incercat sa rezolvati singur?: Da 
  6. ----------
    Loaded log file: "server_log.txt".
    ----------

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

    [00:47:16] filterscripts = ""  (string)
    [00:47:16] 
    [00:47:16] Server Plugins
    [00:47:16] --------------
    [00:47:16]  Loading plugin: mysql
    [00:47:16]  >> plugin.mysql: R39-3 successfully loaded.
    [00:47:16]   Loaded.
    [00:47:16]  Loading plugin: sscanf
    [00:47:16] 

    [00:47:16]  ===============================

    [00:47:16]       sscanf plugin loaded.     

    [00:47:16]    (c) 2009 Alex "Y_Less" Cole

    [00:47:16]    0.3d-R2 500 Players "dnee"

    [00:47:16]  ===============================

    [00:47:16]   Loaded.
    [00:47:16]  Loading plugin: ColAndreas
    [00:47:16] *********************
    [00:47:16] ** Created By:     **
    [00:47:16] ** [uL]Chris42O    **
    [00:47:16] ** [uL]Slice       **
    [00:47:16] ** [uL]Pottus      **
    [00:47:16] *********************
    [00:47:23] Loaded collision data.
    [00:47:23] *********************
    [00:47:23]   ColAndreas Loaded
    [00:47:23]    v1.3.0
    [00:47:23] *********************
    [00:47:23]   Loaded.
    [00:47:23]  Loading plugin: crashdetect
    [00:47:24]   CrashDetect v4.15.1 is OK.
    [00:47:24]   Loaded.
    [00:47:24]  Loading plugin: streamer
    [00:47:24] 

    *** Streamer Plugin v2.7.8 by Incognito loaded ***

    [00:47:24]   Loaded.
    [00:47:24]  Loading plugin: YSF
    [00:47:24] logprintf = 0x0048C8D0

    [00:47:24] 

    [00:47:24]  ===============================

    [00:47:24]         YSF - kurta999 version R14-3 loaded

    [00:47:24]    (c) 2008 Alex "Y_Less" Cole - (c) 2010 - 2015 kurta999

    [00:47:24]     Server version: 0.3.7 R2-1

    [00:47:24]     Operating System: Windows

    [00:47:24]     Built on: Jul 19 2015 at 17:58:26

    [00:47:24]  ===============================

    [00:47:24]   Loaded.
    [00:47:24]  Loaded 6 plugins.

    [00:47:24] I couldn't load any gamemode scripts. Please verify your server.cfg
    [00:47:24] It needs a gamemode0 line at the very least.
     

  7. echo Executing Server Config...
    lanmode 0
    bindip 92.114.32.24
    rcon_password Hellman
    maxplayers 55
    port 7777
    hostname BristonGOV RP-RPG [0.3.7]R2
    gamemode0 briston 1 
    filterscripts
    plugins mysql sscanf  ColAndreas crashdetect   streamer YSF //nativechecker 
    announce 0
    conncookies 0
    query 1
    language RO
    chatlogging 0
    weburl www.sa-mp.com
    ackslimit 9000
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000
    conncookies 0
    maxnpc 3
    ackslimit     90000
    minconnectiontime     2221
    connseedtime     300000
    language Ro
    logtimeformat [%H:%M:%S]

  8. Problema intalnita (descriere):Am o problema la DS.. Masinile sunt inversate va las niste poze ca sa intelegeti mai bine ,  id-urile la masini sunt cum trebuie. Cand dau click pe bravura imi arata ca e infernus
    Ero(area / rile) / warning-(ul / urile): -
    Liniile de cod / sursa / script-ul(obligatoriu):
    Imagini / Video (optional):

    http://imgur.com/a/Zealh
    Ati incercat sa rezolvati singur?:DA

     

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