Is it possible to Edit [pGunM]
#1

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.
Reply
#2

What the hell are you even talking about?
Reply
#3

Whats GunM
Reply
#4

Код:
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
Reply
#5

Quote:
Originally Posted by PrawkC
Посмотреть сообщение
Whats GunM
It's a definition in his script.. what do you think it is? Gum?
Reply
#6

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
Reply
#7

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
Reply
#8

Use Ctrl+F to search
Код:
GunM = CreateMenu
or
Код:
AddMenuItem(GunM
You will find the items for your GTASA menu.

Edit:
Didn't see the above post before I post
Reply
#9

Quote:
Originally Posted by Wright
Посмотреть сообщение
It's a definition in his script.. what do you think it is? Gum?
Prick, there was no way of me knowing that prior to him editing his post.
Reply
#10

Alright, Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)