0.3x weapons show.
#1

Hi,

How with 0.3x version functions, show weapons? i found in filterscripts, how to do it for vehicles and skins, but how with weapons?

thanks
Reply
#2

The same way as vehicles and skins, but use the weapon model IDs.

https://sampwiki.blast.hk/wiki/Model_ID#..._.28weapons.29
Reply
#3

But maybe anybody have made all? with textdraws? and can choose weapon?
Reply
#4

I need just like that how is with skin, but in that filterscript i don't understand, where i can change skins, to my weapons?

I want leave and skins, but make too weapons, you can buy like that.
Reply
#5

uping
Reply
#6

I have no clue what you're asking for. I recommend posting into the language sections fitting your language, as you seem to struggle a lot with your English.
Reply
#7

Quote:
Originally Posted by LarzI
Посмотреть сообщение
I have no clue what you're asking for. I recommend posting into the language sections fitting your language, as you seem to struggle a lot with your English.
I'm pretty sure he means the 3D preview textdraw filterscripts that were added in 0.3x. There's one for vehicles and one for skins, but none for weapons.
Reply
#8

I find for weapons now. But if i use that filterscript skinchanger there is all skins, but how to make just some? i want to leave

Код:
if(strcmp("/skinchange", cmd, true) == 0)
	{
 		// If there was a previously created selection menu, destroy it
		DestroySelectionMenu(playerid);
		
	    SetPVarInt(playerid, "skinc_active", 1);
	    //SetPVarInt(playerid, "skinc_page", 0); // will reset the page back to the first
	    
	    CreateSelectionMenu(playerid);
	    SelectTextDraw(playerid, 0xACCBF1FF);
	    return 1;
	}
But i want to create new command, and i want to add just a few skins.
Reply
#9

It's good what a search function can do.

https://sampforum.blast.hk/showthread.php?tid=412066
Reply
#10

Yes thanks all. Now i want make hats. But maybe here is any filterscript or something, with coordinates on all skins? and hats object ids?

http://www.part.lt/perziura/ad52d7db...64a592d129.png

I want hats like that, or just simple hats.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)