Jump to content
  • 0

Putin ajutor ?


DeNzZ

Question

am o problema cand dau compile imi da

[pawn]D:\DeNzZ Folder\Jocuri\SERVER ! ACCESUL INTERZIS\Tremerul-Gaming\gamemodes\PG.pwn(62) : warning 201: redefinition of constant/macro (symbol "COLOR_RED")

D:\DeNzZ Folder\Jocuri\SERVER ! ACCESUL INTERZIS\Tremerul-Gaming\gamemodes\PG.pwn(4325) : error 029: invalid expression, assumed zero

D:\DeNzZ Folder\Jocuri\SERVER ! ACCESUL INTERZIS\Tremerul-Gaming\gamemodes\PG.pwn(4325) : warning 215: expression has no effect

D:\DeNzZ Folder\Jocuri\SERVER ! ACCESUL INTERZIS\Tremerul-Gaming\gamemodes\PG.pwn(4325) : warning 215: expression has no effect

D:\DeNzZ Folder\Jocuri\SERVER ! ACCESUL INTERZIS\Tremerul-Gaming\gamemodes\PG.pwn(4325) : warning 215: expression has no effect

D:\DeNzZ Folder\Jocuri\SERVER ! ACCESUL INTERZIS\Tremerul-Gaming\gamemodes\PG.pwn(4325) : warning 215: expression has no effect

D:\DeNzZ Folder\Jocuri\SERVER ! ACCESUL INTERZIS\Tremerul-Gaming\gamemodes\PG.pwn(4325) : error 001: expected token: ";", but found ")"

D:\DeNzZ Folder\Jocuri\SERVER ! ACCESUL INTERZIS\Tremerul-Gaming\gamemodes\PG.pwn(4325) : error 029: invalid expression, assumed zero

D:\DeNzZ Folder\Jocuri\SERVER ! ACCESUL INTERZIS\Tremerul-Gaming\gamemodes\PG.pwn(4325) : 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]

astea sunt liniile

[pawn] if(fexist(string))

{

gPlayerAccount[playerid] = 1; //4320

new loginstring[128]; //4321

new loginname[64]; //4322

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

format(loginstring,sizeof(loginname),"{00C0FF}Bun venit, {F3FF02}%s\n{00C0FF}acum te poti loga:",loginname); //4324

                ShowPlayerDialog(playerid,12346,DIALOG_STYLE_PASSWORD,"Login",loginstring,"Login","Exit"); //4325

return 1; //4326

}

[/pawn]

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Pune asta:

[pawn]if(fexist(string))

{

gPlayerAccount[playerid] = 1; //4320

new loginstring[128]; //4321

new loginname[64]; //4322

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

format(loginstring,sizeof(loginname),"{00C0FF}Bun venit, {F3FF02}%s\n{00C0FF}acum te poti loga:",loginname); //4324

                ShowPlayerDialog(playerid,22,DIALOG_STYLE_PASSWORD,"Login",loginstring,"Login","Exit"); //4325

return 1; //4326

}[/pawn]

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.