Jump to content

GabyRo.off

Membru
  • Posts

    89
  • Joined

  • Last visited

Posts posted by GabyRo.off

  1. On 1/24/2022 at 1:41 PM, R X S said:

    nu cunosc exact eroarea respectiva, este cumva dintr-un editor text prin care vrei sa compilezi ?
    prima greseala a ochiului pare a fi directionarea catre fisierele destinate folosind `path` gresit.

    C:\\Users\\Gaby\\Desktop\\rised\\gamemodes\\muitzaRazvan.pwn
    ar trebui sa fie 
    C:\Users\Gaby\Desktop\rised\gamemodes\muitzaRazvan.pwn
    sau
    C:/Users/Gaby/Desktop/rised/gamemodes/muitzaRazvan.pwn

    aplicatiile au diferite metode de a citi path-urile destinate fie prin / sau \.
    toate destinatiile trebuie puse la fel.

     

    am rezolvat

  2. D:\gsrp\gamemodes\gsrp.pwn(65068) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(65081) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(67499) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(67505) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(67511) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(67517) : warning 208: function with tag result used before definition, forcing reparse

  3. mane dece imi da asta cand compilez?

     

    D:\gsrp\gamemodes\gsrp.pwn(65068) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(65081) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(67499) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(67505) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(67511) : warning 208: function with tag result used before definition, forcing reparse
    D:\gsrp\gamemodes\gsrp.pwn(67517) : warning 208: function with tag result used before definition, forcing reparse

  4. salut ma puteti ajuta sa rezolv aceste erori?

     

    [WinError 2] The system cannot find the file specified
    [cmd: ['pawncc.exe', 'C:\\Users\\Gaby\\Desktop\\rised\\gamemodes\\muitzaRazvan.pwn', '-oC:\\Users\\Gaby\\Desktop\\rised\\gamemodes/muitzaRazvan', '-;+', '-v2', '-d3', '-Z+', '-\\)+']]
    [dir: C:\Users\Gaby\Desktop\rised\gamemodes]
    [path: C:/Users/Gaby/Desktop/rised/pawno]
    [Finished]

     

    PS:CULOAREA E PUSA DE MN

  5. On 12/3/2021 at 9:08 PM, Banditul said:
    CMD:updates(playerid, params[])
    {
        new string[144];
        format(string, sizeof string, "Adaugat comanda /updates\nAdaugat x\nAdaugat y\nRezolvat z");
        ShowPlayerDialog(playerid, -1, DIALOG_STYLE_MSGBOX, "Updates", string, "Close");
        return 1;
    }

    Cel mai de baza exemplu pe care ti-l pot oferi. Si o poti modifica cum doresti.

    da unde trb sa pun aceasta comanda ca am pus-o dar am puso prost si imi pica mereu sv u

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