Jump to content

EraSy

Membru
  • Posts

    23
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by EraSy

  1. On 6/4/2018 at 10:32 PM, .maSTER said:
    Stii cum rezolv chestia asta?
    Server: hosted
    [22:26:58] Server vehicles: 170
    [22:26:58] Safezones: 13
    [22:26:58] [debug] Run time error 4: "Array index out of bounds"
    [22:26:58] [debug]  Accessing element at index 100 past array upper bound 99
    [22:26:58] [debug] AMX backtrace:
    [22:26:58] [debug] #0 0027fd14 in public LoadProperty () from gmm.amx
    [22:26:58] [debug] #1 000a02a4 in ?? () from gmm.amx
    [22:26:58] [debug] #2 000283e8 in public L_AFK_OnGM () from gmm.amx
    [22:26:58] [debug] #3 native CallLocalFunction () from samp03svr
    [22:26:58] [debug] #4 00018928 in public SSCANF_OnGameModeInit () from gmm.amx
    [22:26:58] [debug] #5 00012cd8 in public Itter_OnGameModeInit () from gmm.amx
    [22:26:58] [debug] #6 native CallLocalFunction () from samp03svr
    [22:26:58] [debug] #7 00011dfc in public ScriptInit_OnGameModeInit () from gmm.amx
    [22:26:58] [debug] #8 00010d80 in public PZone_OnGameModeInit () from gmm.amx
    [22:26:58] [debug] #9 native CallLocalFunction () from samp03svr
    [22:26:58] [debug] #10 000069e4 in public OnGameModeInit () from gmm.amx
    [22:26:58] Number of vehicle models: 64
    [22:26:59] Accesory loaded: 100

    lasa mi pm daca ai nevoie de ajutor

  2. 3 hours ago, Dennis12. said:

    Numai copii prosti pe aici, te numeri printre ei :* 

    Daca nu iti convine ceva nu intrai in proiect drag mare scripter :)))) 

    N-ai cunostiinte nici de newbie , daca aveai un caracter calumea probabil ca nu mai erai criticat ca fiind “pizda” ( scuze de limbaj ) . 

     

    Bye.

    like like like

  3. Te folosesti de o variabila in care sa stochezi 'numarul de ore', in cazul tau 3.

    Banuiesc ca editezi un gamemode, in ziua de azi cam orice gamemode are un sistem de 'PayDay'.

    La functia respectiva scazi fiecarui player online variabila respectiva cu 1 (VariabilaTa[playerid] --)

    La comanda /roll vei pune o restrictie: if(VariabilaTa[playerid] != 0) return SendClientMessage(playerid, -1, "Nu ai jucat 3 ore");

    Tot la comanda /roll, dupa ce se executa comanda, vei seta variabila ta la valoarea 3 (VariabilaTa[playerid] = 3);

    Ar fii cel mai indicat sa salvezi valorile respective in baza de date.

    Sper ca te-am putut ajuta

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