Warning Help
#1

i have This Warning

Код:
C:\Documents and Settings\Kapil\Desktop\Samp03\samp03\gamemodes\lvdm.pwn(1045) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           5348 bytes
Code size:          2847536 bytes
Data size:           326148 bytes
Stack/heap size:      16384 bytes; estimated max. usage=6563 cells (26252 bytes)
Total requirements: 3195416 bytes

1 Warning.
And Its The Line Of Warning


Код:
if(strcmp(cmdtext, "/gangcommands", true) == 0)
	{
     new xd[768];
	 new message[] = "\t\t\t\t\t\t SampEver Party Server Gang Commands \n\n\n\n\n\n 1- To Create A New Gang Use : /gang create [name]\n\n 2- To Invite Someone To Your Gang Use : /gang invite [playerID].";
	 new message2[] = "\n\n 3- To Join Any Gang Use : /gang join.\n\n 4- To See Your Gang Stats Use : /ganginfo [number] {Note : no number given shows your gang's info } \n\n 5- To Check Your Gang Money Use : /gbank [money] , /gwithdraw [money] ,/gbalance ";
	 format(xd, sizeof(xd),"%s %s",message,message2);
	 ShowPlayerDialog(playerid, 1244, DIALOG_STYLE_MSGBOX, "SampEver Party Server Gangs Commands", xd,"Okay", "");
	return 1;
	}
return 0;
 }
Reply


Messages In This Thread
Warning Help - by Salsa - 25.09.2011, 02:45
Re: Warning Help - by grand.Theft.Otto - 25.09.2011, 02:51
Re: Warning Help - by Kingunit - 25.09.2011, 02:53
Re: Warning Help - by Salsa - 25.09.2011, 02:56
Re: Warning Help - by grand.Theft.Otto - 25.09.2011, 02:57
Re: Warning Help - by Kingunit - 25.09.2011, 03:03
Re: Warning Help - by Salsa - 25.09.2011, 03:09
Re: Warning Help - by Kingunit - 25.09.2011, 03:10
Re: Warning Help - by Salsa - 25.09.2011, 03:12
Re: Warning Help - by Kingunit - 25.09.2011, 03:27

Forum Jump:


Users browsing this thread: 1 Guest(s)