Jump to content

David Tuts

Membru
  • Posts

    75
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by David Tuts

  1. dau comanda /v si iau eroarea asta:
    [debug]  Accessing element at negative index -400
    [debug] AMX backtrace:
    [debug] #0 00143eec in ?? (0) from Crown-RPG.amx
    [debug] #1 0013deb4 in public cmd_v (0, 195300828) from Crown-RPG.amx
    [debug] #2 native CallLocalFunction () from samp-server.exe
    [debug] #3 000179e0 in ?? (0, 195300816) from Crown-RPG.amx
    [debug] #4 0000622c in public OnPlayerCommandText (0, 195300816) from Crown-RPG.amx

    comanda returneaza functia showplayervehicle:

    stock ShowPlayerVehicle(playerid) {
        new szTitle[60], szDialog[3000], szDialog2[3000], x = 0;
        if(GetVehicles(playerid) == 0) return SendClientMessage(playerid, COLOR_LGREEN, "Eroare: Nu ai un vehicul personal!");
        
        format(szTitle, sizeof(szTitle), "Your Vehicles {E3DE31}%d/%d", GetVehicles(playerid), GetSlots(playerid));
        strcat(szDialog, "Vehicul\tStatus");
        for(new i = 0; i < 10; i++) {
            if(i < 5) {
                if(i < 3) {
                    new car =  PlayerInfo[playerid][pCarKey][i];
                    format(szDialog, sizeof szDialog, "%s%s\t%s\n", szDialog, aVehicleNames[CarInfo[car][cModel]-400], CarInfo[car][Spawned] != 0 ? IsVehicleOccupied(CarInfo[car][Spawned]) ? ("{FFFF00}[occupied]") : ("{26B309}[spawned]") : ("{FF0000}[despawned]"));
                    strcat(szDialog2, szDialog);
                    PlayerInfo[playerid][pCarKey][x] = CarInfo[car][cModel];
                    x++;
                }
                else strcat(szDialog2, "{FFD857}<slot liber>\n"), sVehicle[i][playerid] = 0;
            }
            else {
                new car =  PlayerInfo[playerid][pCarKey][i];
                format(szDialog, sizeof szDialog, "%s%s\t%s\n", szDialog, aVehicleNames[CarInfo[car][cModel]-400], CarInfo[car][Spawned] != 0 ? IsVehicleOccupied(CarInfo[car][Spawned]) ? ("{FFFF00}[occupied]") : ("{26B309}[spawned]") : ("{FF0000}[despawned]"));
                strcat(szDialog2, szDialog);
                PlayerInfo[playerid][pCarKey][x] = CarInfo[car][cModel];
                x++;    
            }
        }
        ShowPlayerDialog(playerid, DIALOG_GARAGE, DIALOG_STYLE_TABLIST_HEADERS, szTitle, szDialog, "Ok", "Exit");
        return true;
    }

  2. La 11.06.2021 la 8:22, Rohan Mobik a spus:

    /setgoal is bug its doesnt change anything , shop licenses location doesnt have a function how to buy those license when you get insde of that shop licenses... buggy

    at / setgoal you need to update the textdraws for the job goal. There is no such license at the shop, there is a faction called Instructors, from there you can get licenses
     

    image.png

  3. In primul rand, ai luat crateul nou (mythic) din gm meu oricum nu i mare lucru ca era mare bullshit.

    Stage 4 la fel bullshit, dar totusi..

    Nu cred ca ai inceput de la un gm burned, cred ca ai luat ori gm meu v0.3 ori gmu lu hpq, dar bn mane

    credite ar fii: Edison, HPQ123, David Tuts(daca ai luat cv din gm meu sau chiar l-ai folosit direct) si tu..

    1. Titlul cu numele gamemode-ului și versiune lui.
    2. O descriere cât mai mare a gamemode-ului: Acest gamemode a fost inceput de la HPQ GAMEMODE, pentru a face tutoriale scripting. Am decis sa termin seria de pe gamemode b-hood si sa incep sa fac un gamemode de stunt!
    3. Poze și/sau video: https://www.youtube.com/channel/UCPe5PC_9wc--rvYLS2q8zNA / zic ca dau la download: 
    4. Creditele specificate (chiar dacă e un gamemod edit, postați creditele autorilor și celor care l-au editat): Edison, HPQ123, David Tuts.
    5. Link de descărcare: https://www36.zippyshare.com/v/rpTf1TXN/file.html
    6. Link catre virustotal.com cu arhiva scanată: https://www.virustotal.com/gui/file/ea3ef07aa01e91515f60e422d6b3dcbd7a1e409f98af00678da14845bd018c13/detection

    Succes cu gm!

    • Upvote 1
  4. La 03.05.2021 la 11:42, Dan Florin a spus:

    Ca ce pula mea puneti gamemoduri la dowloand daca nu sunteti in stare sa puneti si toate inncludirile  de la gm?

    daca nu stii sa faci un compilator sau sa dai copy - paste cum trebuie, nu este vina mea ca nu ti se complieaza.

  5. La 24.04.2021 la 18:13, Serban a spus:

    Apreciez mai mult gifu tau decat gamemode-ul nu stiu dece dar imi aduce aminte de un server roleplay pe care am jucat si pe care mai joc dar rar (Roleplay Englez), Arata bine nota 10/10 asteptam si alte lucruri de la tine bro!

    mersi ❤️

     

  6. La 24.04.2021 la 13:32, XCRETU a spus:

    C:\Users\gsilv\Desktop\crowland.ro\pawno\include\sscanf2.inc(33) : fatal error 111: user error: Please include <a_npc> or <a_samp> first.

    Compilation aborted.

    Pawn compiler 3.10.8              Copyright (c) 1997-2006, ITB CompuPhase


    1 Error.

    macar daca puneai si tu toate includurile mai ziceam.

     

    sunt puse, trebuie sa stii sa faci compilatorul, daca nu uit fac tutorial.

     

  7. Acum 52 minute, Serban a spus:

    Apreciez mai mult gifu tau decat gamemode-ul nu stiu dece dar imi aduce aminte de un server roleplay pe care am jucat si pe care mai joc dar rar (Roleplay Englez), Arata bine nota 10/10 asteptam si alte lucruri de la tine bro!

    Mersi! Apreciez!

  8. Acum 5 ore, XCRETU a spus:

    C:\Users\gsilv\Desktop\crowland.ro\pawno\include\sscanf2.inc(33) : fatal error 111: user error: Please include <a_npc> or <a_samp> first.

    Compilation aborted.

    Pawn compiler 3.10.8              Copyright (c) 1997-2006, ITB CompuPhase


    1 Error.

    macar daca puneai si tu toate includurile mai ziceam.

     

    FA COMPILATORUL CUM TREBUIE: {
        "cmd": ["pawncc.exe", "-i includes", "$file", "-;+", "-Z+"], 
        "path": "C:\Users\gsilv\Desktop\crowland.ro\pawno
    }

    image.png

  9. O descriere cât mai mare a gamemode-ului:
    Am inceput gamemodeul in Ianuarie, numai tin minte data. Acesta are nou:

    Din ZCMD IN YCMD, voicechat, iterator la staff si admini, job goal, special quest, skins sistem, crates sistem, login pe textdraw, spawn ca pe crowland, logoul facut, scos minesweeper, numai poti da report unui admin, a mai fost adaugat un parametru la /fpk (reason), sistem de manager factiuni (/setmanager, /managers), crow points, la fiecare payday daca jobgoalul s-a finisat se va reseta, rezolvata problema la 255 playeri dadea spec tot serverul, daily login (primesti un premiu), cam atat.

    Poze și/sau video:

    Creditele specificate (chiar dacă e un gamemode edit, postați creditele autorilor și celor care l-au editat): Creator: Edison, Editor: David Tuts

    Link de descărcare: https://www76.zippyshare.com/v/mBBdYTxb/file.html

    Link catre virustotal.com cu arhiva scanată: https://www.virustotal.com/gui/file/fc2e0c089c706b7571233f2d2ab4d1a9084653f9dbf8a7b1bb9be5005f4e57c9/detection 
    (Arata trojan de un antivirus neauzit, cred ca e de la compilator, puteti schimba voi compilatorul daca nu credeti.

    P.S  Voicechat: Puteti ala de la redtimes: http://redtimes.eu/voicee.rar (il bagi in modpack)

    Subs la canal 😃

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