17.01.2016, 09:06
Quote:
Yes but then my login system wont work and wont even compile if i remove inputttext? Any idea what I could do?
|
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; }