[HELP]: Inputtext
#1

Hello

Here is my problem...I tryed something like this:

pawn Код:
CMD:skin(playerid, params[])
{
    ShowPlayerDialog(playerid, 6, DIALOG_STYLE_INPUT, "{FF8000}Choose Your Skin:", "Type in an ID of a skin, you want to choose! (0 - 299)", "Choose", "");
    return 1;
}
And OnDialogResponse:

pawn Код:
if(dialogid == 6)
    {
    if(response == 1)
    {
    if(strlen(inputtext))
    {
    SetPlayerSkin(playerid, strlen(inputtext));
    }
    }
    }
But didn't work
Reply


Messages In This Thread
[HELP]: Inputtext - by Areax - 06.08.2013, 15:23
Re: [HELP]: Inputtext - by ACI - 06.08.2013, 15:29
Re: [HELP]: Inputtext - by Areax - 06.08.2013, 15:32
Re: [HELP]: Inputtext - by Konstantinos - 06.08.2013, 15:33
Re: [HELP]: Inputtext - by Lorrden - 06.08.2013, 15:33
Re: [HELP]: Inputtext - by tyler12 - 06.08.2013, 15:37
Re: [HELP]: Inputtext - by Areax - 06.08.2013, 15:40
Re: [HELP]: Inputtext - by Areax - 06.08.2013, 15:44
Re: [HELP]: Inputtext - by Konstantinos - 06.08.2013, 15:53
Re: [HELP]: Inputtext - by Areax - 06.08.2013, 15:59

Forum Jump:


Users browsing this thread: 2 Guest(s)