0.3x weapons show. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 0.3x weapons show. (
/showthread.php?tid=412851)
0.3x weapons show. -
audriuxxx - 03.02.2013
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
Re: 0.3x weapons show. -
spedico - 03.02.2013
The same way as vehicles and skins, but use the weapon model IDs.
https://sampwiki.blast.hk/wiki/Model_ID#..._.28weapons.29
Re: 0.3x weapons show. -
audriuxxx - 03.02.2013
But maybe anybody have made all? with textdraws? and can choose weapon?
Re: 0.3x weapons show. -
audriuxxx - 03.02.2013
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.
Re: 0.3x weapons show. -
audriuxxx - 04.02.2013
uping
Re: 0.3x weapons show. -
LarzI - 04.02.2013
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.
Re: 0.3x weapons show. -
spedico - 04.02.2013
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.
Re: 0.3x weapons show. -
audriuxxx - 04.02.2013
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.
Re: 0.3x weapons show. -
iGetty - 04.02.2013
It's good what a search function can do.
https://sampforum.blast.hk/showthread.php?tid=412066
Re: 0.3x weapons show. -
audriuxxx - 04.02.2013
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.