Jump to content

danut96

Membru
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by danut96

  1. [pawn]public OnPlayerConnect(playerid) { gPlayerLogged[playerid] = 0; new name[MAX_PLAYER_NAME], file[256]; GetPlayerName(playerid, name, sizeof(name)); format{file, sizeof{file},SERVER_USER_FILE, name}; if{!dini_Exist{file}} { ShowPlayerDialog{playerid, 1, DIALOG_STYLE_INPUT, "Salut, nu esti inregistrat", "scrie mai jos parola dorita","Register","Close"}; } if{fexist{file}} { ShowPlayerDialog{playerid, 2, DIALOG_STYLE_INPUT, "Salut, Esti deja inregistrat", "Scrie parola mai jos", "Login", "Close"}; } return 1; }[/pawn]
  2. Am urmat tutorialul acesta http://www.sa-mp.ro/forum/index.php/topic,10189.0.html si acum cand compilez am urmatoarea eroare: [pawn]D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : error 028: invalid subscript (not an array or too many subscripts): "format" D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : warning 215: expression has no effect D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : error 020: invalid symbol name "" D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : warning 215: expression has no effect D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : error 001: expected token: ";", but found "}" D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. [/pawn] Ma poate ajuta cineva sa o rezolv?
  3. Am facut tot ce scria in tutorial dar acum am eroarea asta ma poate ajuta cineva sa o rezolv? [pawn]D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : error 028: invalid subscript (not an array or too many subscripts): "format" D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : warning 215: expression has no effect D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : error 020: invalid symbol name "" D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : warning 215: expression has no effect D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : error 001: expected token: ";", but found "}" D:\Jocuri\Full\GTA San Andreas Multi Player Server\gamemodes\vortex.pwn(57) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. [/pawn]
  4. Am creat 2 factiuni totu merge bine da cu culoarea celor din factiune nu gasesc cum e in exemplu
  5. maisnile o sa fie vazute de toti?
×
×
  • 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.