Model Selection help -
San1 - 05.06.2013
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
Re: Model Selection help -
Richie© - 05.06.2013
Try object model, you can see them here;
https://sampwiki.blast.hk/wiki/Weapons
Re: Model Selection help -
San1 - 05.06.2013
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?
Re: Model Selection help -
Akira297 - 05.06.2013
I remember you San1, I want you to post some of the code for your sectional problem.
Re: Model Selection help -
San1 - 05.06.2013
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
Re: Model Selection help -
Akira297 - 05.06.2013
You can still show scripting lines out of the script, I myself just reviewed the include.
Re: Model Selection help -
San1 - 05.06.2013
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;
}
Re: Model Selection help -
Akira297 - 05.06.2013
I've recommend to San1 on Skype to review this thread -
https://sampforum.blast.hk/showthread.php?pid=2404883#pid2404883. Awaiting confirmation on Skype.