17.01.2016, 09:36
Quote:
|
I'm sure that your login system work on default dialogs.
In this case you don't have to change anything in OnDialogResponse. You just have to add a new public OnAltDialogResponse in your gamemode as below: Код:
public OnAltDialogResponse(playerid, dialogid, response, listitem) //<- Without inputtext[]
{
//Your code
return 0;
}
|

