11.09.2011, 03:30
its fixxx thanx brother i will never forgot your help
Now 1 warning remeaning
This is the code of 2nd warning
Now 1 warning remeaning
This is the code of 2nd warning
Quote:
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; } } |