12.11.2012, 17:49
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; }