Warning? But i dont know What i need to change
#7

Quote:
Originally Posted by Rickyboy30
Yes, you forgot one { after the command line lol, so it has to be this:

Код:
  if(strcmp(cmd, "/ganghelp", true) == 0)
  {
      SendClientMessage(playerid, COLOR_RED,  "|------| Legends GangSystem |------|");
      SendClientMessage(playerid, COLOR_YELLOW,  "/gang Create [Name]");
	SendClientMessage(playerid, COLOR_YELLOW,  "/gang Join");
	SendClientMessage(playerid, COLOR_YELLOW,  "/gang invite [PlayerID]");
	SendClientMessage(playerid, COLOR_YELLOW,  "/gang Leave");
	SendClientMessage(playerid, COLOR_YELLOW,  "/ganginfo [GangID]");
	SendClientMessage(playerid, COLOR_YELLOW,  "! [Text] Gangchat with your Gang");
	SendClientMessage(playerid, COLOR_RED,  "|-----------------------------------|");
	return 1;
  }
He already have it but not under command, but at the end of line:

Код:
if(strcmp(cmd, "/ganghelp", true) == 0) {
Do you have 1st one tmp[258] also?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)