25.09.2011, 02:45
i have This Warning
And Its The Line Of 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.
Код:
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; }