Warning xD
#1

Код:
if(strcmp(cmd, "/help", true) == 0)
	{
        new string[768];
    	new message[] = "BLALA ;
		new message2[] = \NLABLA"\n 
		format(string, sizeof(string),"%s %s",message,message2);
		ShowPlayerDialog(playerid, 1244, DIALOG_STYLE_MSGBOX,"",string,"Okay","");
		return 1;
}
Warning

Код:
C:\Users\Bhupesh\Desktop\my new\Gamemodes\lvdm.pwn(928) : warning 219: local variable "string" shadows a variable at a preceding level
How to fix it
Reply


Messages In This Thread
Warning xD - by wheelman_WM - 09.04.2011, 13:32
Re: Warning xD - by BizzyD - 09.04.2011, 13:36
Re: Warning xD - by gamer931215 - 09.04.2011, 13:37
Re: Warning xD - by wheelman_WM - 09.04.2011, 13:47
Re: Warning xD - by und3rcore - 09.04.2011, 13:55
Re: Warning xD - by wheelman_WM - 09.04.2011, 13:56
Re: Warning xD - by tanush - 09.04.2011, 13:56
Re: Warning xD - by BizzyD - 09.04.2011, 14:04

Forum Jump:


Users browsing this thread: 1 Guest(s)