Posts: 737
Threads: 338
Joined: Jan 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
Posts: 737
Threads: 338
Joined: Jan 2013
But maybe anybody have made all? with textdraws? and can choose weapon?
Posts: 737
Threads: 338
Joined: Jan 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.
Posts: 737
Threads: 338
Joined: Jan 2013
Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
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.
Posts: 737
Threads: 338
Joined: Jan 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.
Posts: 737
Threads: 338
Joined: Jan 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.