Jump to content

Radutz

Membru
  • Posts

    114
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Radutz

  1. 16 hours ago, GamerulKiller said:

    Mersi ca ai pus asta aici. Dovezile ajung pe panel.b-***d. ro. Respect si spor cu banu

    Ba fa post ca nu ai cums a afli care este numele meu asa ca adio..

    email-ul nu se vede si st tu calm ca nu am acelasi email

    adio boss

  2. Salut, vând cont b Hood avere de 300kk și un banshee x1, level 5, 9 ore mai multe detalii în privat! 

    1.Nu plătesc eu intermediarul 

    2. Îl vând cu 5 euro paypal/accept doar PayPal și atât 

     

  3. Salut!Caut un scripter serios care sa stie sa rezolve un bug sa faca un sistem amarat.. :)

    Eu doresc sa imi resolve unele buguri de pe gm(bugurile ti le spun pe discord).

    Sa imi refaca joburile pe care le am eu pe gamemode si sa le mai inbunatateasca/faca.

    Alte detalii vi le dau pe discord.

    Gamemodeul este unul de tip burned edit HPQ123.

    Contact me:Radutz#4762

  4. 1 hour ago, Banditul said:

    Altcineva de aici din comunitate a incercat sa foloseasca gm-ul ( desigur a avut anumite erori cu care am incercat sa il ajut ) si am descoperit ceva foarte ciudat, undeva in gm ( nu am stat sa caut exact unde ) dar presupunerea mea este ca lipseste o anumita paranteza sau apostrof sau ceva bine ascuns si care nu este prins compilator care pur si simplu face ca scriptul sa nu execute o mare parte din cod.

    Ca sa iti dau un exemplu, erau 2 functii si una din ele dadea eroare ca este ceva invalid in ea ( ceea ce nu era ) dar smecherie e ca functia respectiva era necesara pentru cealalta functie, dupa ce am dezactivat respectiva functie eroarea a disparut si gm s-a compilat dar trebuia sa fie imposibil sa se compileze avand in vedere ca functia era necesara ( nu a aruncat absolut deloc " x is not defined" ) ceea ma face sigur ca cineva a facut in asa fel gm incat sa nu fie utilizabil.

    Edit: Cel mai probabil sa profite, pentru ca ii ceri sa te ajute, iti cere bani si el stie exact problema si o rezolva ( o presupunere vaga ) si ramai fara banii 

    Ba man mai bine iau un host da pa ultra h și gata o sa meargă :)

  5. Salut! Am gasit si eu gamemode b-hood by HPQ123 si m-am gandit sa il i-au, dupa ce l-am luat am pus baza de date pe localhost a mers totu bn si frmx la _connect am pus localhost root bazadedate pas care nu exc si am compilat bun, am dat pe server samp.cmd si mia aratat ca sunt doar 6 vehicule si atat, am zis sa intru pe server si cand am intart imi spunea connected localhost si ramanea ecranu normal

    Cum rezolv aceasta mica/mare ptr mn eroare? 

  6. Salut! vreau sa cumpar un gamemde samp asemanator bhud pe acest gamemode doresc sa aiva urmatoarele sisteme:

    -STAGE, RAINBOW,VIP PLUS, VOUCHERS, VIP PLUS PE MASINA(nu este neeaparat), CRATES, SKINS CU RARITATI DACA SE POATE,JOB-GOAL, cam atat.

    APP nu dau primul.

     

  7. Salut! imi da aceste erori cum le pot rezolva?

    C:\Users\Radutz\Desktop\gm pe localhost\gamemodes\gmm.pwn(11210) : warning 217: loose indentation
    C:\Users\Radutz\Desktop\gm pe localhost\gamemodes\gmm.pwn(11210) : error 014: invalid statement; not in switch
    C:\Users\Radutz\Desktop\gm pe localhost\gamemodes\gmm.pwn(11210) : warning 215: expression has no effect
    C:\Users\Radutz\Desktop\gm pe localhost\gamemodes\gmm.pwn(11210) : error 001: expected token: ";", but found ":"
    C:\Users\Radutz\Desktop\gm pe localhost\gamemodes\gmm.pwn(11210) : error 029: invalid expression, assumed zero
    C:\Users\Radutz\Desktop\gm pe localhost\gamemodes\gmm.pwn(11210) : fatal error 107: too many error messages on one line

     

    code:

                    case 10: {    
                        switch(showserverjobgoal[playerid]) {
                            case 0: {
                                showserverjobgoal[playerid] = 1;
                                  new manevra[64];
                                  format(manevra, 64, "~g~$%s~n~~w~out_of~n~$70.000.000", FormatNumber(server_jobgoal));
                                  TextDrawSetString(jobgoaltextdraw[1], manevra);
                                TextDrawShowForPlayer(playerid, jobgoaltextdraw[0]);
                                TextDrawShowForPlayer(playerid, jobgoaltextdraw[1]);  
                            }
                            case 1: {
                                showserverjobgoal[playerid] = 0;
                                TextDrawHideForPlayer(playerid, jobgoaltextdraw[0]);
                                TextDrawHideForPlayer(playerid, jobgoaltextdraw[1]);
                            }
                        }                                    
                }

     

    Si mai am o problema la comanda /hud

        //12
        if(showserverjobgoal[playerid] == 0) format(string, sizeof(string), "JobGoal\t{FF0000}Dezactivat{FFFFFF}\n");
        else format(string, sizeof(string), "JobGoal\t{0AC917}Activat{FFFFFF}\n");        
        strcat(szDialog, string);

    nu pot sa activez si sa dezactivez din /hud

     

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