[FilterScript] Skin Setter by Radi
#1

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
Reply
#2

Dialogs? Haven't learnt that yet.
Reply
#3

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

add more skins,kinda all of them.
Reply
#5

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

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;
}
Reply
#7

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.
Reply
#8

People may not know the names of the skins,

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

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?
Reply
#10

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


Forum Jump:


Users browsing this thread: 4 Guest(s)