Server Crash
#8

i do this:

Код:
stock DialogStringHack(string[])
{
	new i, len=strlen(string);
	for(; i<len; i++)
	{
		if(string[i]=='%') string[i]='#';
	}
}
And this:
Код:
DialogStringHack(inputtext);
to OnDialogResponse
Reply


Messages In This Thread
Server Crash - by Patryk98 - 07.11.2013, 14:49
Re: Server Crash - by Tagathron - 07.11.2013, 14:53
Re: Server Crash - by Konstantinos - 07.11.2013, 14:55
Re: Server Crash - by Patryk98 - 07.11.2013, 18:19
Re: Server Crash - by Konstantinos - 07.11.2013, 19:07
Re: Server Crash - by Patryk98 - 08.11.2013, 12:51
Re: Server Crash - by Konstantinos - 08.11.2013, 13:21
Re: Server Crash - by Patryk98 - 10.11.2013, 08:23

Forum Jump:


Users browsing this thread: 1 Guest(s)