10.04.2012, 17:35
(
Последний раз редактировалось emp7y; 11.04.2012 в 10:31.
)
I do not know what happens , gives me the compile errors below
ERRORS:
line start: 8439 to 8456 is:
ERRORS:
Код:
C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(8453) : error 029: invalid expression, assumed zero C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(8453) : warning 215: expression has no effect C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(8453) : warning 215: expression has no effect C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(8453) : warning 215: expression has no effect C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(8453) : warning 215: expression has no effect C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(8453) : error 001: expected token: ";", but found ")" C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(8453) : error 029: invalid expression, assumed zero C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(8453) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
if(dialogid == 1244) { if(response) { if (gPlayerAccount[playerid] != 0) { gPlayerAccount[playerid] = 1; new loginstring[128]; new loginname[64]; SCM(playerid, COLOR_GREY, " "); SCM(playerid, COLOR_GREY, " "); if(IsPlayerNPC(playerid)) return 1; GetPlayerName(playerid,loginname,sizeof(loginname)); format(loginstring,sizeof(loginstring),"{FFFFFF}Bine ai revenit, "color_green"%s\n{FFFFFF}Acest cont este inregistrat.\nTe rugam introdu parola pentru a te loga:",loginname); ShowPlayerDialog(playerid, 12346, DIALOG_STYLE_PASSWORD," ",loginstring,"Logare","Iesi"); } else {