Help with a crash!
#3

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;

Quote:

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
for(new i = 0, l = strlen(inputtext); i < l; i ++)
{
if(inputtext[i] == '%') inputtext[i] = '#';
}

}

I have no idea why there are 27 arguments in the crash, it just doesn't seem logical.
Reply


Messages In This Thread
Help with a crash! - by m1kas - 25.10.2018, 20:02
Re: Help with a crash! - by KinderClans - 25.10.2018, 20:25
Re: Help with a crash! - by m1kas - 25.10.2018, 20:38

Forum Jump:


Users browsing this thread: 1 Guest(s)