warning 215: expression has no effect
#1

I do not know what happens , gives me the compile errors below

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.
line start: 8439 to 8456 is:

Код:
	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
				{
Reply


Messages In This Thread
warning 215: expression has no effect [+1 REP] - by emp7y - 10.04.2012, 17:35
Re: warning 215: expression has no effect - by ViniBorn - 10.04.2012, 17:49
Re: warning 215: expression has no effect - by emp7y - 10.04.2012, 18:15
Re: warning 215: expression has no effect - by emp7y - 10.04.2012, 19:20
Re: warning 215: expression has no effect - by ViniBorn - 10.04.2012, 19:41
Re: warning 215: expression has no effect - by emp7y - 10.04.2012, 19:52
Re: warning 215: expression has no effect - by emp7y - 10.04.2012, 20:14
Re: warning 215: expression has no effect - by The__ - 10.04.2012, 20:36
Re: warning 215: expression has no effect - by emp7y - 11.04.2012, 06:08
Re: warning 215: expression has no effect - by emp7y - 11.04.2012, 06:39

Forum Jump:


Users browsing this thread: 1 Guest(s)