Help me in dialogs! Pls!!
#4

Where have you put it then? It's a local function.

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    new Float:angle;
    if(dialogid == DIALOG_x)
    {
        if(response == 1)
        {
        format(angle, sizeof(angle), "%f", inputtext);
        angle=Angle[ 0 ];
        }
        else
        {
            SendClientMessage(playerid, 0xEB000FFF, ":(");
        }
        return 1;

    }
    return 1;
}
Reply


Messages In This Thread
Help me in dialogs! Pls!! - by qkac1234 - 25.01.2013, 19:30
Re: Help me in dialogs! Pls!! - by DrDoom151 - 25.01.2013, 19:38
Re: Help me in dialogs! Pls!! - by qkac1234 - 25.01.2013, 19:51
Re: Help me in dialogs! Pls!! - by DrDoom151 - 25.01.2013, 20:02
Re: Help me in dialogs! Pls!! - by qkac1234 - 25.01.2013, 20:05
Re: Help me in dialogs! Pls!! - by DrDoom151 - 25.01.2013, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)