Little help.
#1

Hello,
I don't know what's wrong with this code.
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    new str[128];
    switch(dialogid)
    {
        case 250:
        {
            if(response)
            {
                if(strval(str) < 1 || strval(str) > 60) return ShowPlayerDialog(playerid,250,DIALOG_STYLE_INPUT,"Test","{FF00EA}Test Age?\n{FF00EA}You're Age Must Be Between 1-60!","Okay","");
                PutPlayerInVehicle(playerid,v_ID,3);
                TogglePlayerControllable(playerid, 1);
                FadeColorForPlayer(playerid,255,0,0,0,255,0,0,255,100,10);
                }
            }
        }
    return 1;
}
Am i doing something wrong?
Thank you.
Reply


Messages In This Thread
Little help. - by Littlehelper - 26.06.2012, 14:29
Re: Little help. - by Littlehelper - 26.06.2012, 14:34
Re: Little help. - by JonnyDeadly - 26.06.2012, 14:37
Re: Little help. - by MadeMan - 26.06.2012, 14:38
Re: Little help. - by Littlehelper - 26.06.2012, 14:38
Re: Little help. - by AdamCooper - 26.06.2012, 14:39
Re: Little help. - by Roko_foko - 26.06.2012, 14:41
Re: Little help. - by MadeMan - 26.06.2012, 14:41
Re: Little help. - by Littlehelper - 26.06.2012, 14:42
Re: Little help. - by mkr - 26.06.2012, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)