27.04.2014, 13:06
hi,
how to make skin selection at dialog style?
E.G:
Type your skin ID:
like that?
how to make skin selection at dialog style?
E.G:
Type your skin ID:
like that?
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); }