FS OnDialogResponse
#7

This is how I use it on my script, Worth a try

Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid)
    {
     	case DIALOG_CARRADIO:
    	{
        	new veh = GetPlayerVehicleID(playerid);
        	if(response)
        	{
                      // do stuff
        	}
        	return 1;
    	}
    }
    return 0;
}
Reply


Messages In This Thread
FS OnDialogResponse - by NumbSkull - 12.11.2012, 17:11
Re: FS OnDialogResponse - by guitarmandanny - 12.11.2012, 17:19
Re: FS OnDialogResponse - by NumbSkull - 12.11.2012, 17:27
Re: FS OnDialogResponse - by Babul - 12.11.2012, 17:30
Re: FS OnDialogResponse - by guitarmandanny - 12.11.2012, 17:31
Re: FS OnDialogResponse - by NumbSkull - 12.11.2012, 17:43
Re: FS OnDialogResponse - by guitarmandanny - 12.11.2012, 17:49
Re: FS OnDialogResponse - by NumbSkull - 12.11.2012, 17:53
Re: FS OnDialogResponse - by guitarmandanny - 12.11.2012, 17:56

Forum Jump:


Users browsing this thread: 1 Guest(s)