Jump to content

Andr3y

Membru
  • Posts

    241
  • Joined

  • Last visited

Posts posted by Andr3y

  1. C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23279) : error 017: undefined symbol "JustAD"

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23279) : warning 215: expression has no effect

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23279) : error 001: expected token: ";", but found "]"

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23279) : error 029: invalid expression, assumed zero

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23279) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

  2. Deci am asa am vrut sa bag comanda adminduty si imi da erorile de mai jos

    nush dc la linia 23433  am asa          if(AdminDuty[playerid] == 1)

                                  {

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : error 017: undefined symbol "AdminDuty"

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : warning 215: expression has no effect

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : error 001: expected token: ";", but found "]"

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : error 029: invalid expression, assumed zero

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

  3. Deci am asa am vrut sa bag comanda adminduty si imi da erorile de mai jos

    nush dc la linia 23433  am asa          if(AdminDuty[playerid] == 1)

                                  {

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : error 017: undefined symbol "AdminDuty"

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : warning 215: expression has no effect

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : error 001: expected token: ";", but found "]"

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : error 029: invalid expression, assumed zero

    C:\Users\Home\Desktop\RPG RomaniaLife\gamemodes\RomaniaLife.pwn(23433) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

  4. va rog frumos sunt incepator pe sa-mp.ro si mi-a ramas contul prietenului meu si as vrea va rog cum bag pe server comanda /aod - admin duty || /hod - helper duty || /newbie si va rog si despre comanda /event

    P.S: defapt nu e chiar un tutorial as vrea sa aflu cum bag aceste comenzi fara sa-mi dea erori

    P.S: pe serverul RomaniaLife RPG va rog e roleplay si am incercat sa bag o gramada de /aod si /adminduty nimic nu merge numai erori

  5. am incercat sa dau compile la gm si imi da

    D:\gta\GFR-ZOne\gamemodes\gf.pwn(24812) : error 017: undefined symbol "NameTimer"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    1 Error.

    si am dat ctrl + f sa caut NameTimer si este doar la linia 24812 :

    NameTimer();
  6. C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26285) : error 017: undefined symbol "sendername"

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26285) : error 017: undefined symbol "sendername"

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26285) : error 029: invalid expression, assumed zero

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26285) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

    la ce mi`ai dat tu mai sus

    linia 26285

    GetPlayerName(playerid, sendername, sizeof(sendername));
  7. gata e refacut dupa tutorialul lui ice si uite erorile

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26260) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26288) : error 017: undefined symbol "string"

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26288) : error 017: undefined symbol "string"

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26288) : error 029: invalid expression, assumed zero

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26288) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

    si linia 26288

    public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])

    {

        new sendername[MAX_PLAYER_NAME];

    if(dialogid == 12346 || dialogid == 12347)

    {

    if(response)

    {

    if(strlen(inputtext))

    {

    new tmppass[64];

    strmid(tmppass, inputtext, 0, strlen(inputtext), 255);

    OnPlayerLogin(playerid,tmppass);

    }

    else

    {

    new loginstring[500];

    new loginname[64];

    GetPlayerName(playerid,loginname,sizeof(loginname));

    format(loginstring,sizeof(loginstring),"{FF0000}WRONG PASSWORD\n\n\n\n\n{FFFF00}NumeSV{FFFFFF} te roaga sa scri parola corecta:",loginname);

    ShowPlayerDialog(playerid,12347,DIALOG_STYLE_INPUT,"{FF0000}Log-in",loginstring,"Log-in","Exit");

    }

    }

    }

    if(dialogid == 12345)

    {

    if(response)

    {

    if(strlen(inputtext))

    {

    GetPlayerName(playerid, sendername, sizeof(sendername));

    format(string, sizeof(string), "%s.ini", sendername); //asta e linia 26288

    new File: hFile = fopen(string, io_read);

    if (hFile)

    {

    SendClientMessage(playerid, COLOR_YELLOW, "That Username is already taken, please choose a different one.");

    fclose(hFile);

    return 1;

    }

    new passtring[128];

    new tmppass[64];

    strmid(tmppass, inputtext, 0, strlen(inputtext), 255);

    format(passtring,sizeof(passtring),"{FFFFFF}Your password is( {FF0000}%s {FFFFFF}).Please don't forget your password or you lost the account",tmppass);

                    SendClientMessage(playerid, COLOR_ROSUAPRINS, passtring);

    OnPlayerRegister(playerid,tmppass);

    }

    else

    {

    new regstring[1000];

    new regname[64];

    GetPlayerName(playerid,regname,sizeof(regname));

    format(regstring,sizeof(regstring),"Bun venit, {1E90FF}%s\n{FFFFFF}Nu ai cont.\n\n\n\n\n\n{FFFF00}NumeSV te roaga sa te inregistrezi:",regname);

    ShowPlayerDialog(playerid,12345,DIALOG_STYLE_INPUT,"{FF0000}Register",regstring,"Register","Exit");

    }

    }

    return 1;

    }

    si la linia 26260

    if(dialogid == 12346 || dialogid == 12347)

    help

  8. ok m`am chinuit si am mai rezolvat warninguri si acum imi da

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(1999) : error 029: invalid expression, assumed zero

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(1999) : warning 215: expression has no effect

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(1999) : error 001: expected token: ";", but found ")"

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(1999) : error 029: invalid expression, assumed zero

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(1999) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

    si la linia 1999

    format(file, sizeof(file), SERVER_USER_FILE, name);

    cineva?

    daca stie cineva imi poate raspunde si la cea de sus am pastrato si pe aceea

  9. Incerc de 3 zile sa fac un register login cu dialog ...am incercat toate tutorialele de pe google ,youtube ,sa-mp.ro/com dar nu am reusit ..imi da erorile

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2009) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2010) : warning 225: unreachable code

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2010) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2588) : warning 225: unreachable code

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2720) : warning 209: function "OnPlayerDisconnect" should return a value

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(7283) : error 021: symbol already defined: "strtok"

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(7298) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(8896) : warning 219: local variable "mod" shadows a variable at a preceding level

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    2 Errors.

    Warningurile nu sunt asa importante dar vreau sa rezolv erorile deci la liniile :

    7283 am

    {

    7298 am

    return result;

    daca cineva ma poate ajuta ...Ms

  10. Incerc de 3 zile sa fac un register login cu dialog ...am incercat toate tutorialele de pe google ,youtube ,sa-mp.ro/com dar nu am reusit ..imi da erorile

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2009) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2010) : warning 225: unreachable code

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2010) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2588) : warning 225: unreachable code

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2720) : warning 209: function "OnPlayerDisconnect" should return a value

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(7283) : error 021: symbol already defined: "strtok"

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(7298) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(8896) : warning 219: local variable "mod" shadows a variable at a preceding level

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    2 Errors.

    Warningurile nu sunt asa importante dar vreau sa rezolv erorile deci la liniile :

    7283 am

    {

    7298 am

    return result;

    daca cineva ma poate ajuta ...Ms

  11. amincercat sa fac un sistem de register cu dialog http://forum.sa-mp.com/showthread.php?t=246845 de aici si imi da eroarea aceasta

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\pawno\include\dudb.inc(25) : fatal error 100: cannot read from file: "dutils"

    plz help ;)

  12. am incercat sa fac un sistem de register prin dialog

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2140) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(2147) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(7681) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(7683) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(7684) : warning 217: loose indentation

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(9212) : warning 216: nested comment

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26288) : error 017: undefined symbol "string"

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26288) : error 017: undefined symbol "string"

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26288) : error 029: invalid expression, assumed zero

    C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\gamemodes\gf.pwn(26288) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

    deci liniiile

    2140

    new loginstring[2000];

    2147

    else

    7681

    GetPlayerName(playerid,loginname,sizeof(loginname));

    7683

    ShowPlayerDialog(playerid,12347,DIALOG_STYLE_INPUT,"{FF0000}Log-in",loginstring,"Log-in","Exit");

    7684

    fclose(UserFile);

    9212

    /*if (strcmp(cmd, "/register", true) ==0 )

    26288

    format(string, sizeof(string), "%s.ini", sendername);

    plz ma poate ajuta cineva?

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