SA-MP Forums Archive
Skin Selection - 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: Skin Selection (/showthread.php?tid=509647)



Skin Selection - Yasubo - 27.04.2014

hi,

how to make skin selection at dialog style?

E.G:


Type your skin ID:

like that?


Re: Skin Selection - Aerotactics - 27.04.2014

Something like this:

Код:
Public OnPlayerRequestClass()
{
ShowPlayerDialog(playerid,dialogid,DIALOG_STYLE_INPUT,"Title","Description","Enter","Exit")
}

Public OnDialogResponse(...)
{
if (dialogid)
{
if (response)
if (inputtext > 0 && < whatever)
SetPlayerSkin(playerid,inputtext);
}



Re: Skin Selection - Guest4390857394857 - 27.04.2014

try this
https://sampforum.blast.hk/showthread.php?tid=406994

ADVICE :- Search b4 you post!