SA-MP Forums Archive
[FilterScript] Skin Setter by Radi - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Skin Setter by Radi (/showthread.php?tid=326751)



Skin Setter by Radi - tpolis - 18.03.2012

Hello Fellow Users. I made a filterscript because i was a bit bored.

Commands
The commands are the skin model names. Refer to: https://sampwiki.blast.hk/wiki/Skins:All for them.

Version: 1.0
Expect version 2.0 soon(in a few hours, or in a few days, depends on me ).

More Info
It has currently the first 10 skins of SA-MP. Expect the others 289 soon.

Credits
Radi - me (the maker of this)
You can do whatever you want with this filterscript, but make sure only you include my name as the original creator of this.

So the link is:
http://pastebin.com/rLYXbiDD .


Version 2.0 is ready.

Added 40 skins. Now the filterscript has the first 50 skins of SA-MP.

Link: http://pastebin.com/xmtB76Ba


Re: Skin Setter by Radi - tpolis - 18.03.2012

Dialogs? Haven't learnt that yet.


Re : Skin Setter by Radi - dydjyz - 18.03.2012

Good, but i think you can use a Dialog or something else.


Re: Skin Setter by Radi - petrolhead - 18.03.2012

add more skins,kinda all of them.


Re: Skin Setter by Radi - tpolis - 18.03.2012

I will in newer versions. Maybe the next Sunday/Saturday. You going to use it?


Re: Skin Setter by Radi - _DownLoaD_ - 18.03.2012

lol, you can make it much more simple. for example:
pawn Код:
if(!strcmp(cmd,"/skin",true))
{
    tmp = strtok(cmdtext,idx);
    if(!strlen(tmp)) return SendClientMessage(playerid, COLOR_WHITE, "Usage: Skin [SkinID]");
    SetPlayerSkin(playerid, tmp);
return 1;
}



Re: Skin Setter by Radi - tpolis - 21.03.2012

Quote:
Originally Posted by _DownLoaD_
Посмотреть сообщение
lol, you can make it much more simple. for example:
pawn Код:
if(!strcmp(cmd,"/skin",true))
{
    tmp = strtok(cmdtext,idx);
    if(!strlen(tmp)) return SendClientMessage(playerid, COLOR_WHITE, "Usage: Skin [SkinID]");
    SetPlayerSkin(playerid, tmp);
return 1;
}
Hmm not bad. But the purpose of this thing was to have a every simple command for every skin.


Re: Skin Setter by Radi - Blunt - 21.03.2012

People may not know the names of the skins,

And you should use dialogs for category's, makes it much more organised.


Re: Skin Setter by Radi - MP2 - 22.03.2012

Sorry but what is the point of this? Nobody knows the model names for skins..
Plus, you have like, 300 commands?! Why not make /skinsearch [skin name] with an array of skin names?


Re: Skin Setter by Radi - tpolis - 22.03.2012

Not bad idea, but also comnands can be displayed at /skinhelp .