25.10.2018, 20:38
It's thousands of lines of code, every time I add a system I thoroughly test it and I have never crashed doing any action with OnDialogResponse, but here is the beginning of it;
I have no idea why there are 27 arguments in the crash, it just doesn't seem logical.
Quote:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { for(new i = 0, l = strlen(inputtext); i < l; i ++) { if(inputtext[i] == '%') inputtext[i] = '#'; } } |