Trying to create a faction for a command.
#9

Im using it like that

Код:
	if(InMenu[playerid] == 0)
		{
			if(faction1[playerid]==1)
			{
			   if(strval(text)==1)
			   {
				  SendClientMessage(playerid, -1, "{00FFFF}Coming Soon");
				  InMenu[playerid]=0;
				  return 1;
			   }
			}
			faction1[playerid]=1;
		}
   }
	  return 1;
}
And still not work!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)