Skin Selection
#1

hi,

how to make skin selection at dialog style?

E.G:


Type your skin ID:

like that?
Reply
#2

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

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

ADVICE :- Search b4 you post!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)