Posts: 195
	Threads: 19
	Joined: Apr 2011
	
	
 
	
		
		
		
		10.08.2011, 02:29 
(
 Последний раз редактировалось ElieJabbour; 10.08.2011 в 03:01.
)
	
	 
	
		I'm trying to Edit GunM, GunM is the Guns menu when you use /buygun, a menu pops out showin ya what you need to buy, I need to edit it but i can't find the .cfg or w/e it has to edit it, So is it possible to Edit it and remove some sort of weapons ?, Appreciating Fast help.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 7,801
	Threads: 187
	Joined: Feb 2010
	
Reputation: 
0
	 
	
	
		What the hell are you even talking about?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 195
	Threads: 19
	Joined: Apr 2011
	
	
 
	
	
		
Код:
if(strcmp(cmd, "/buygun", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
	        if(IsAtGunShop(playerid))
	        {
				if(BizzInfo[HouseEntered[playerid]][bGunLicBiz] == 1)
				{
			        if(PlayerInfo[playerid][pGunLic] == 1)
			        {
			            TogglePlayerControllable(playerid,false);
			            ShowMenuForPlayer(GunM, playerid);
			        }
 -.-. See the GunM in the End ? Yeah, it shows you the Gun list, i need to edit it
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 195
	Threads: 19
	Joined: Apr 2011
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Wright  It's a definition in his script.. what do you think it is? Gum? | 
 Lol, So No one knows what it is.. How Epic
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 631
	Threads: 58
	Joined: Jun 2010
	
Reputation: 
0
	 
	
	
		you werent very specific, gunm is the name of a menu, you will need to find the area where all the menu rows are added in the script. try control + f and search for gunm
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 195
	Threads: 19
	Joined: Apr 2011