Model Selection help
#1

So i got this include mSelection from here
https://sampforum.blast.hk/showthread.php?tid=407045

Now i have a little problem. I made a weapon selection menu and when it opens it shows Skins instead of weapons. But when i click i still get the weapons. So how can i change the skins to weapons objects

I have these ids in the .txt
I believe its the ids making it do this so how can i make it give the weapon and still show the Weapon object instead of the skins
Код:
5
22
24
25
29
30
46
Reply
#2

Try object model, you can see them here;
https://sampwiki.blast.hk/wiki/Weapons
Reply
#3

If i try the model will it still give me the weapon or i can fix it where i can have the model showing and get weapon?
Reply
#4

I remember you San1, I want you to post some of the code for your sectional problem.
Reply
#5

I cant becuz its the include
But i fixed the model problem. But now i cant get the actual weapon

The weapon shows but i cant recieve the weapon how i make it show the model and get the weapon.

Screen:
But its not giving The weapon. only model shows
Reply
#6

You can still show scripting lines out of the script, I myself just reviewed the include.
Reply
#7

I got this but it works
all codes work
It justs that the models wont show same time as i get the weapon.
When i use model ids, i cant get the actual weapons
When i use weapon id, i cant see the model

Код:
	if(listid == vipweaponlist)
	{
	    if(response)
	    {
		    SendClientMessage(playerid, COLOR_WHITE, "You've Got a weapon from the locker");
		    PlayerInfo[playerid][pGuns] = modelid;
			GivePlayerValidWeapon(playerid, PlayerInfo[playerid][pGuns], 99999);
	    }
	    else SendClientMessage(playerid, COLOR_WHITE, "You've canceled the menu");
    	return 1;
	}
Reply
#8

I've recommend to San1 on Skype to review this thread - https://sampforum.blast.hk/showthread.php?pid=2404883#pid2404883. Awaiting confirmation on Skype.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)