Jump to content

Edyyy.

Membru
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Edyyy.

  1. 13 hours ago, rafi3007A said:

    C:\Users\songm\Desktop\darkzone\pawno\include\YSI\y_hooks.inc(64) : fatal error 111: user error: Did you do <YSI/y_hooks> instead of the required <YSI\y_hooks>?

    Compilation aborted.

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


    1 Error.
    DCCCCC?

     

    Fa un fisier numit 'pawno.cfg' si adauga in el -;+  -v2 -d3 -Z+ -\)+
    apoi muta-l in pawno la tine.

  2. Salut, astazi va prezint gamemode-ul care a rulat pe dark-zone (un edit ionchyadv care a fost inceput de la hpq).
    cateva poze: https://imgur.com/a/RJng1Fz
    Gamemode-ul este stabil, este destul de ok
    Cateva din sisteme le puteti observa in poza de mai sus
    link download: https://www.mediafire.com/file/58mvrikgsq3maau/darkzone_gamemode.rar/file
    Link virustotal: https://www.virustotal.com/gui/url/c2b5c2d41a24cc76730ee2cf369407219c77ebc99235b6b8b2f4aa96798687f4/detection
    Enjoy :3
    Precizez ca au fost rezolvate multe bug-uri
    Cateva sisteme:

    - sistem de bonus code
    -  job boost

    - gems
    - convertor
    - Sistem warnings dmv
    - reward
    - svf
    - happy hour 
    si inca cateva sisteme destul de smechere, va las sa le descoperiti testand gamemode-ul 

    • Like 1
    • Thanks 1
    • Sad 1
    • Upvote 1
  3. Salut, cum a spus si @RaulDume mai sus, eu iti voi da direct cu coordonatele pe care se ataseaza obiectul.

    poftim comanda

    CMD:hallowen(playerid, params[]) {
    SetPlayerAttachedObject(playerid, 0, 19528, 2, 0.133000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000);  // ii atasam palaria de hallowen (0-ul ala reprezinta index-ul  (slot-ul) )
    SendClientMessage(playerid, COLOR_YELLOW, "Felicitari! Ti-ai atasat palaria de 'Hallowen' cu succes."); // ii transmitem un mesaj ca si-a atasat palaria
    return 1; }

    | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  |

    Daca doresti sa faci /removehallowen poftim..


    CMD:removehallowen(playerid, params[]) {
    RemovePlayerAttachedObject(playerid, 0); // ii dam jos palaria
    SendClientMessage(playerid, COLOR_YELLOW, "Felicitari! Ti-ai scos cu succes palaria de hallowen.");
    return 1;} 

    Sper ca te-am ajutat :D

    • Upvote 1
  4. 4 hours ago, AlbastrelBA said:

    Vezi daca ai compilat gamemode-ul. Dupa aceea, vezi daca s-a creeat in folderul 'gamemodes' un fisier cu extensia .amx

    In server.cfg la sectiunea 'gamemodes' pui sub forma de: 

    
    gamemode0 <nume gamemode> 1

     

    am facut asta de multe ori

  5. Am si eu o problema, nu mi-se deschide sa-mp server am intrat in sv log si da asta
    [13:11:19] I couldn't load any gamemode scripts. Please verify your server.cfg
    [13:11:19] It needs a gamemode0 line at the very least.
    am verficat .amx este gm.amx si .pwn iar in server cfg la gamemode0 am tot gm 
    de ce?

  6. Nu inteleg de ce plangi pentru un ip, tu esti ceva in gen

    te duci la un magazin, cumperi ceva de 5 lei si ii spui aolo, de ce nu l-ai pus in punga si vrei sa iti returneze banii inapoi, nu se poate frate

    scuze ca iti zic, dar eu cred ca nu ii faci de rahat, te faci tu de rahat. 

  7. poti face mai simplu

    eu recimand sa folosesti zcmd,  #include <zcmd> 

    dupa adaugi comanda 

    CMD:gotols(playerid){

    if(PlayerData[playerid][pAdmin] < 1 && PlayerData[playerid][pAgent] < 1) return SCM(playerid, COLOR_RED, "Nu ai gradul necesar");

    SetPlayerPos(playerid, COORDONATELE);

    SCM(playerid, COLOR_YELLOW, "Ai fost teleportat in LS");

    return 1; }

     

  8. CMD:cca( playerid, params[ ] )

         if(gPlayerLogged[playerid] == 0) return 1; // verifica daca e logat, daca vr sa ii returneze un mesaj poti pune un mesaj in loc de return 1 pun return SCM(playerid, -1, "bla bla");

        if(PlayerInfo[playerid][pAdmin] < 6) return 1; // verifica daca are admin mai mic de 6 sa nu poata da /cca
        {
        for( new i = 0; i < 20; i++ )
        {
              SendClientMessageToAll(-1, "");
        }
        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.