SA-MP Forums Archive
[FilterScript] Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - 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 Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] (/showthread.php?tid=439109)



Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - Private200 - 23.05.2013

As the topic title says, the command is fully dialog functionality and user friendly.

The user will be able to change it whenever he needs, removing or adding new skins. Also, this will allow the user to change part of dialog parts.

Script has been done 100% by me.

License

Screenshots












Commands
pawn Код:
/changeskin - Will allow the script to show the skin changer dialog to the user, so he can choose over the 299 SA-MP skins.
Bugs
There are not bugs detected currently. If you find any, please report it below. All the bugs that were found in the BETA stages have been fixed.

Downloads

You can download though Solidfiles and Pastebin. Mirrors are not allowed.

.AMX File only - Solidfiles
Source - Pastebin

Credits

• Kalcor - Providing us the great SA-MP Community.
• Zeex - Providing us the fast and comfortable zcmd processor.
• All others who make the SA-MP community great.
NOTE: You're allowed to change the script for your own uses, but don't share it as your own or don't remove its credits!


Re: Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - Error000 - 23.05.2013

Nice FS


Re: Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - BpVanshVk - 24.05.2013

Bro, thats what i've Been Looking for, +REP!
-[bP]Vansh[Vk]


Re: Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - Mark_Samp - 24.05.2013

Good work


Re: Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - Private200 - 24.05.2013

Forgot to mention this:

If someone wants to use the script for non-admin users, he shall remove the line:

pawn Код:
if(!IsPlayerAdmin(playerid)) return SCM(playerid, COLOR_LIGHTBLUE, "You must be an admin to use this command.");
when the command is being performed. Search for the line 'COMMAND:changeskin' and remove it then.


Re: Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - x96664 - 26.05.2013

Simple and nice!


Re: Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - Rayan_black - 26.05.2013

Simple, but thanks for the effort.


Re: Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - OpticKiller - 26.05.2013

good work awsome


Re: Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - JacobWilkerson - 26.05.2013

Thanks.
But the only trouble is that it must connect to rcon.


Re: Skin Changer [FULLY DIALOG FUNCTIONALITY || EASY AND USER FRIENDLY] - Private200 - 27.05.2013

If you don't want it to be only for RCON, as I said before you can just remove this line:

pawn Код:
if(!IsPlayerAdmin(playerid)) return SCM(playerid, COLOR_LIGHTBLUE, "You must be an admin to use this command.");
Thanks for feedback.